Skip to content

Commit a28f59b

Browse files
committed
doc properties sorting
1 parent 630fdcf commit a28f59b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.MD

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,11 @@ Appends *space* to almost all keywords e.g. `const `, like WebStorm does.
113113

114114
Patches `toString()` insert function snippet on number types to remove tabStop.
115115

116-
### Correct Sorting
116+
### Enforce Properties Sorting
117117

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.
119121

120122
### Mark Code Actions
121123

0 commit comments

Comments
 (0)