Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>ember-intellisenseNew to Visual Studio Code? Get it now.
ember-intellisense

ember-intellisense

Gokul prabhu

|
2,093 installs
| (1) | Free
Ember intellisense for ember-cli projects
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ember-intellisense

Basic autocompletion for 'ember' projects

(Requires vs code 1.33 and above)

Features

Goto definition for components

demo.

Autocompletion of variables in component handlebars

demo.

Autocompletion of component path in handlebars

demo.

Autocompletion of model attributes

demo.

Installation

Install it from here ( https://marketplace.visualstudio.com/items?itemName=gokulprabhudroid.ember-intellisense )

Developement

Installation from source

checkout repo and execute

npm install
npm install -g vsce
sh install.sh

in rootfolder (make sure you have all permissions).

Todos

  • Implement using AST instead of regex if possible.
  • Explore language server.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft