You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -22,10 +23,9 @@ Syntax formatting for glimmer templates.
22
23
[Stable Ember Language Server](https://marketplace.visualstudio.com/items?itemName=lifeart.vscode-ember-unstable) -
23
24
Stable Ember Language Server is a stable, full-featured language server. Its name comes from its history as a fork of Ember Language Server and the efforts to keep up with changes in Ember.
24
25
25
-
### Snippets / Workflow
26
+
### Workflow
26
27
27
-
[Ember JS (ES6) and Handlebars code snippets](https://marketplace.visualstudio.com/items?itemName=phanitejakomaravolu.EmberES6Snippets) -
28
-
Enables Ember.js and Handlebars snippets to let you to type less and code more.
28
+
[ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) - Integrates ESLint into VS Code.
29
29
30
30
[EditorConfig for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) -
31
31
Attempts to override user/workspace settings with settings found in `.editorconfig` files.
@@ -35,7 +35,20 @@ and maintain consistent coding styles between different editors and IDEs.
Prettier is an opinionated code formatting tool. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary. Prettier supports Handlebars, Ember and Glimmer out of the box.
37
37
38
-
### Glimmer templates
38
+
### Typed Glimmer Templates
39
+
40
+
<divclass="cta">
41
+
<divclass="cta-note">
42
+
<div class="cta-note-body">
43
+
<div class="cta-note-heading">Zoey says...</div>
44
+
<div class="cta-note-message">
45
+
This is not installed as part of the extension pack but should be considered for Ember projects built with TypeScript. Learn more about <a href="https://typed-ember.gitbook.io/glint/">Glint here</a>.
[Glint](https://marketplace.visualstudio.com/items?itemName=typed-ember.glint-vscode) is a set of tools to aid in developing code that uses the Glimmer VM for rendering, such as Ember.js v3.24+ and GlimmerX projects.
0 commit comments