myroslavarm / Experimental-Completion

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

Completing in ParseErrorNode code #73

Closed MarcusDenker closed 4 years ago

MarcusDenker commented 5 years ago

When we now end up with syntactically incorrect code and the coursor is at a position inside an RBParseErrorNode, we do not show anything.

We can try to do it better:

-> we get somehow the "word" at the cursor offset -> we show all selectors + all variables for this word.

MarcusDenker commented 4 years ago

merged: https://github.com/pharo-project/pharo/pull/5258