0.2.42 • Published 6 years ago
vscode-ember v0.2.42
vscode-ember
This is the VSCode extension to use the Unstable Ember Language Server.

Best with
- Glimmer Templates Syntax for VS Code
- Prettier for Handlebars
- Glimmer JS/TS Templates Syntax for VS Code
Features
- Autocomplete (including installed addons and in-repo addons)
- Components (Curly, Angle Bracket)
- Component Arguments (if used in template)
- Helpers
- Modifiers
- Local paths (
this...) - Route autocompletion in
link-to <LinkTo />@route argument autocomplete
Definition providers for (enable features like "Go To Definition" or "Peek Definition"):
- Components (in Templates)
- Helpers (in Templates)
- Modfiers
- Models
- Transforms
- Routes
- Services
- Ember-addons imports
- Component block arguments (
as | name |) - Any local paths (
this...)
Supported layouts
- Classic
- Template Collocation
- Pods
- Module Unification
Supported Script Files
- JavaScript
- TypeScript
Diagnostics for ember-template-lint (if it is included in a project)
0.2.42
6 years ago