Awesome
Ember.js Extension Pack
This extension pack adds all extensions to Visual Studio Code you need for developing Ember.js applications.
Included extensions
-
Ember Language Server: Adds enhanced editor features like auto completion and go to definition.
-
Glimmer Templates Syntax for VS Code: Ember/Glimmer language extensions offering syntax highlighting for '.hbs, .gts, .gjs' file types, including inline
hbs
and<template>
tags. -
ESLint: Integrates ESLint into VS Code.
-
Stylelint: Official Stylelint extension for Visual Studio Code.
-
Prettier: Code formatter using prettier.
-
Editor Config: EditorConfig for VS Code.
See also
- Glint: Incorporate Glimmer templates into TypeScript-powered tooling for a project, enabling them to participate in rich editor features such as: info on hover, go to definition, symbol renaming, finding references, and auto completions. This is not installed as part of the extension pack but should be considered for Ember projects built with TypeScript.