elm-language-server-requirements-specification
elm-language-server-requirements-specification copied to clipboard
Initial list of features provided by the language server
Use this issue to propose and discuss the main features. This is the initial list:
- Jump to definition
- Find/highlight all references to an item
- Types on hover
- Autocompletions
- Inline Errors
- Show compilation errors and warnings, updated as the user types
- Refactoring
- number of references to a function?
- whether a function is exposed/hidden by it's module
I've just started trying to add this functionality to vscode-elm. It would be really nice to have the "real thing", but until then I'll try to get a hacky implementation to work.
https://github.com/Krzysztof-Cieslak/vscode-elm/pull/194