You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it is a little bit a pain in the ass to develop complex rule using LKQL, without syntax highlight.
Solution
It could be nice to have a LKQL (LangKit Query Language) syntax highlight (and maybe auto-completion) into VSCode (into Ada extension or in a separate extension). it could have it's own LSP.
The text was updated successfully, but these errors were encountered:
It should be relatively easy to translate this to TMlanguage to accomodate VScode and others
OTOH for the completion/LSP part, we're still pretty far from that. One of the reasons is that for the moment LKQL is fully dynamic, and we want to introduce a type system in the near future, that will largely help in providing code intelligence features
Context
Currently, it is a little bit a pain in the ass to develop complex rule using LKQL, without syntax highlight.
Solution
It could be nice to have a LKQL (LangKit Query Language) syntax highlight (and maybe auto-completion) into VSCode (into Ada extension or in a separate extension). it could have it's own LSP.
The text was updated successfully, but these errors were encountered: