myroslavarm / Experimental-Completion

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

problem: AST seems to be not updated after typing #63

Closed MarcusDenker closed 5 years ago

MarcusDenker commented 5 years ago

example:

test | code tet |

-> code completion works.

but if one starts with

| tes

it does not work even if we put a | at the end.

MarcusDenker commented 5 years ago

this might be the reason for #55, too

MarcusDenker commented 5 years ago

We now reparse for every #narrowWith:, but this does not seem to be enough as the source is only set when creating the first context.

More exploration needed

MarcusDenker commented 5 years ago

As the description is not good (the one | problem is something else) I will close this and open a new issue