myroslavarm / Experimental-Completion

My internship project: improving code completion for Pharo
6 stars 3 forks source link

Setting: navigation keys for extended completion functionality #71

Closed MarcusDenker closed 4 years ago

MarcusDenker commented 5 years ago

There is a (right now disable) setting

Use navigation keys for extended completion functionality

if turned on, one gets with -> (right arrow) a preview of all the code for the possible methods.

==> turn it on and implement the missing methods.

MarcusDenker commented 5 years ago

I added all methods to not get a DNU: https://github.com/pharo-project/pharo/pull/4935

myroslavarm commented 4 years ago

reminder for self: this still needs to be improved

MarcusDenker commented 4 years ago

https://github.com/pharo-project/pharo/pull/5220

with this most of it works

MarcusDenker commented 4 years ago

this can be closed