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: docs/SettingsReference.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ The extensions in the InterSystems ObjectScript Extension Pack provide many sett
20
20
|`"intersystems.language-server.diagnostics.routines"`| Controls whether error diagnostics are provided when a routine or include file that is being referred to doesn't exist in the database. |`boolean`|`false`||
21
21
|`"intersystems.language-server.formatting.commands.case"`| Controls the case that ObjectScript commands will be changed to during a document formatting request. |`"upper"`, `"lower"` or `"word"`|`"word"`||
22
22
|`"intersystems.language-server.formatting.commands.length"`| Controls the length that ObjectScript commands will be changed to during a document formatting request. |`"short"` or `"long"`|`"long"`||
23
+
|`"intersystems.language-server.formatting.expandClassNames"`| Controls whether short class names will be expanded to include a package during a document formatting request. |`boolean`|`false`||
23
24
|`"intersystems.language-server.formatting.system.case"`| Controls the case that ObjectScript system functions and variables will be changed to during a document formatting request. |`"upper"`, `"lower"` or `"word"`|`"upper"`||
24
25
|`"intersystems.language-server.formatting.system.length"`| Controls the length that ObjectScript system functions and variables will be changed to during a document formatting request. |`"short"` or `"long"`|`"long"`||
25
26
|`"intersystems.language-server.hover.commands"`| Controls whether hover information is provided for ObjectScript commands. |`boolean`|`true`||
0 commit comments