Skip to content

Commit c2dc8fa

Browse files
authored
Improve discussion of JS and editors
1 parent 154f36c commit c2dc8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/stable-typescript-types-in-ember-5-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In your `app/app.js`, add this single doc comment to the bottom of the file:
3939
*/
4040
```
4141

42-
Now you will get autocomplete and in-editor documentation for all the `@ember/*` packages which ship with Ember with no other adjustment required!
42+
This is all that is necessary to unlock autocomplete and in-editor documentation for all the `@ember/*` packages which ship with Ember with no other adjustment required! Any editor configured to use the TypeScript language server for JavaScript support will "just work" once you make this change—including VS Code, where this works in a default installation.
4343

4444
### TypeScript
4545

0 commit comments

Comments
 (0)