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
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,16 +113,31 @@ Appends *space* to almost all keywords e.g. `const `, like WebStorm does.
113
113
114
114
Patches `toString()` insert function snippet on number types to remove tabStop.
115
115
116
-
### Correct Sorting
116
+
### Enforce Properties Sorting
117
117
118
-
(*enabled by default*, but doesn't work properly in new versions for now)
118
+
(*disabled by default*) enable with `tsEssentialPlugins.fixSuggestionsSorting`
119
+
120
+
Try to restore [original](https://github.com/microsoft/TypeScript/issues/49012) properties sorting in some places such as object destructure & dot property access.
0 commit comments