vscode-ember

0.2.42 • Public • Published

vscode-ember

This is the VSCode extension to use the Unstable Ember Language Server.

preview

Best with

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)

Package Sidebar

Install

npm i vscode-ember

Weekly Downloads

1

Version

0.2.42

License

MIT

Unpacked Size

489 kB

Total Files

23

Last publish

Collaborators

  • srowhani