Autocomplete bug
-
@Christoph-Hart ESC does not throw autocomplete anymore when typing the member method. You need to type the sub-class first like
Engine.
before having access to the autocomplete... I'm used to directly type methods like, print, or clear before pressing ESC... -
@ustk I always have to press escape...
-
@d-healey Yes, of course, I explained myself badly...
Now, pressing escape with just the beginning of the method doesn't work. If you typeprint
and then ESC, then nothing happens...
The last commit should fix the autocomplete but created another bug or at least a strange behaviour... -
I noticed this as well