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
vscode.languages.registerOnTypeFormattingEditProvider(DocumentSelector,OnTypeFormattingEditProvider,'}',']',':',','),// Auto Format on certain characters
64
64
vscode.languages.registerDocumentFormattingEditProvider(DocumentSelector,DocumentFormattingEditProvider),// right-click => Format Document
65
+
vscode.languages.registerDocumentRangeFormattingEditProvider(DocumentSelector,DocumentRangeFormattingEditProvider),// right-click => Format Selection
0 commit comments