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

Enhance Language Server Interface #3648

Open
10 tasks
Tomatower opened this issue Feb 7, 2021 · 0 comments
Open
10 tasks

Enhance Language Server Interface #3648

Tomatower opened this issue Feb 7, 2021 · 0 comments

Comments

@Tomatower
Copy link
Contributor

Tomatower commented Feb 7, 2021

#3635 introduced the language server with nearly no functionality, this wants to be extended:

  • Add Messages (references to https://microsoft.github.io/language-server-protocol/specifications/specification-current/)
    • Autocompletion textDocument/completion, completionItem/resolve
    • Find references to a user module: textDocument/references
    • Display context information: textDocument/hover
      • Built-in types: Show help (wiki?)
      • Variables: Show the (final) value + commentary used by the customizer
      • User Modules/functions Show the documentation + definition
    • Show notifications when preview/render after it has taken longer than 3 seconds with window/showMessage
    • Go to a user module: textDocument/implementation
    • Fully implement Document Symbols textDocument/documentSymbol

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants