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

Major LSP features not supported yet #182

Open
4 of 11 tasks
tempit opened this issue Feb 8, 2018 · 0 comments
Open
4 of 11 tasks

Major LSP features not supported yet #182

tempit opened this issue Feb 8, 2018 · 0 comments
Assignees

Comments

@tempit
Copy link
Contributor

tempit commented Feb 8, 2018

  • - Find references - Only implemented for local classes.
  • - Rename symbol - Only implemented for local classes.
  • - Hover - We use CSS hover. Should be replaced by something that shows generated output. If definition exists, VSCode adds it to the hover by itself. This is good.
  • - Document highlights - Not implemented. We can probably use CSS service's feature, since this is limited to the scope of one document.
  • - List document/workspace symbols - Not implemented.
  • - Document Formatting - Either create our own formatter, or submit pull requests to beautify, etc.
  • - Config settings for Intelligence
  • - Syntax Highlighting - We need our own syntax highlighter, as we're veering further and further off the CSS beaten path.t impl
  • - Code Actions (i.e. show little 'fix me' lightbulb on errors) - Not implemented.
  • - Code Lens - Not implemented.
  • - Format on Type - auto formatting while you type. Not Implemented.
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

4 participants