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
Request: Add an option to sort interfaces, classes, types, and their properties and methods in an alphabetical order Related issues:#561#585 Configuration options: Expose an option to order each set individually, e.g. "sortProperties": "caseSensitive", similar to module.sortImportDeclarations
Apologies if this issue is too broad in scope. I have already implemented a (very bad) way to do this using ts-morph, but my implementation leaves much to be desired.
The text was updated successfully, but these errors were encountered:
Request: Add an option to sort interfaces, classes, types, and their properties and methods in an alphabetical order
Related issues: #561 #585
Configuration options: Expose an option to order each set individually, e.g.
"sortProperties": "caseSensitive"
, similar tomodule.sortImportDeclarations
Example:
Given file:
Should become:
Apologies if this issue is too broad in scope. I have already implemented a (very bad) way to do this using ts-morph, but my implementation leaves much to be desired.
The text was updated successfully, but these errors were encountered: