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
- 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.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: