ember-language-server
                                
                                 ember-language-server copied to clipboard
                                
                                    ember-language-server copied to clipboard
                            
                            
                            
                        Language Server Protocol implementation for Ember.js projects
Ember Language Server
The Ember Language Server (ELS) implements the Language Server Protocol for Ember.js projects. ELS enables editors to provide features like auto complete, goto definition and diagnostics. To get these features, you have to install the plugin for your editor.
Features
All features currently only work in Ember CLI application that use the default classic structure, and are a rough first draft with a lot of room for improvements. Pods and addons are not supported yet.
- Component and helper autocompletion for inline and sub expressions
- Definition providers for (enable features like "Go To Definition" or "Peek Definition"):
- Components (in Templates)
- Helpers (in Templates)
- Models
- Transforms
 
- Route autocompletion in link-to
- Diagnostics for ember-template-lint (if it is included in a project)
Editor Plugins
- VSCode: vscode-ember
- Atom: atom-languageserver-ember
- Vim/Neovim: coc-ember