elan-language / LanguageAndIDE

Apache License 2.0
3 stars 0 forks source link

Improvements to the completion of identifiers #673

Closed richardpawson closed 1 week ago

richardpawson commented 3 months ago

1) Instead of being managed at field level, identifier completions should be the responsibility of the appropriate ParseNode.

2) Make it more context sensitive, especially after a . (dot-methods, properties, qualifiers)

richardpawson commented 1 week ago

Superseded by auto-complete