Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LSP (Language Server Protocol) Replacement for Nimsuggest #448

Open
saem opened this issue Oct 9, 2022 · 0 comments
Open

LSP (Language Server Protocol) Replacement for Nimsuggest #448

saem opened this issue Oct 9, 2022 · 0 comments
Labels
good first issue Easy-to-start-with issue with no in-depth knowledge or complex implementation required.

Comments

@saem
Copy link
Collaborator

saem commented Oct 9, 2022

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.

Prior Art/Existing Implementations:

What needs to be done:

  • write an LSP server that lives side by side nimsuggest
    • it should be in this repository as we'll replace nimsuggest with it
  • it needs to have strong test coverage
  • once it's stable and we have a vscode extension, drop nimsuggest
@saem saem added the good first issue Easy-to-start-with issue with no in-depth knowledge or complex implementation required. label Oct 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Easy-to-start-with issue with no in-depth knowledge or complex implementation required.
Projects
None yet
Development

No branches or pull requests

1 participant