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

Language Server Protocol Support #79

Open
6 of 11 tasks
thecodingwizard opened this issue Jun 23, 2022 · 0 comments
Open
6 of 11 tasks

Language Server Protocol Support #79

thecodingwizard opened this issue Jun 23, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@thecodingwizard
Copy link
Member

thecodingwizard commented Jun 23, 2022

Immediate tasks:

  • add monaco-languageclient
  • add clangd-12
  • Java
  • Python

Future:

  • improve LSP server code (prevent it from dying due to lack of memory)
  • implement code bundling in a way that lets monaco be cached
  • Add compile flags to LSP
  • Improve connection UI (probably a status indicator rather than toasts)
  • Add ability to disable LSP
  • Add timeout to LSP to auto-stop LSP
  • e2e tests for LSP

References: https://github.com/TypeFox/monaco-languageclient and https://github.com/radian-software/riju

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants