0.2.42 • Published 4 years ago

vscode-ember v0.2.42

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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)