eclipse-langium / langium

Next-gen language engineering / DSL framework
https://langium.org/
MIT License
665 stars 61 forks source link

Take regex pattern into account for completion #1368

Open msujew opened 5 months ago

msujew commented 5 months ago

Currently, the completion provider doesn't check whether the to-be-inserted is actually valid. I.e. whether inserting it will lead to parser/lexer errors. See also here for another example.