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
Copy file name to clipboardExpand all lines: README.MD
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ You can force enable this by using `Enable Strict Emmet in JSX` command.
47
47
48
48
#### Optional Emmet Features
49
49
50
-
- cleanup input & textarea suggestions
50
+
- cleanup suggestions (can be enabled `jsxEmmet.modernize`)
51
51
- override `.` snippet
52
52
53
53
Is not supported in the web for now.
@@ -157,6 +157,11 @@ Patches `toString()` insert function snippet on number types to remove tabStop.
157
157
158
158
Try to restore [original](https://github.com/microsoft/TypeScript/issues/49012) properties sorting in some places such as object destructure & dot property access.
159
159
160
+
### File Extension Suggestions
161
+
162
+
We extend completion list with extensions from module augmentation (e.g. `.css` files if you have `declare module '*.css'`).
163
+
But for unchecked contexts list of extensions can be extended with `tsEssentialPlugins.additionalIncludeExtensions` setting.
0 commit comments