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 we have a nimsuggest which, when the compiler's semantic analysis works, provides autocomplete, documentation lookup, and more. This is via a protocol unique to nimsuggest. On the other hand many text editors, IDEs, etc nearly universally implement clients for the Language Sever Protocol.
Currently we have a
nimsuggest
which, when the compiler's semantic analysis works, provides autocomplete, documentation lookup, and more. This is via a protocol unique tonimsuggest
. On the other hand many text editors, IDEs, etc nearly universally implement clients for the Language Sever Protocol.Prior Art/Existing Implementations:
What needs to be done:
nimsuggest
nimsuggest
The text was updated successfully, but these errors were encountered: