|
127 | 127 | "command": "vscode-objectscript.viewOthers", |
128 | 128 | "when": "vscode-objectscript.connectActive" |
129 | 129 | }, |
| 130 | + { |
| 131 | + "command": "vscode-objectscript.getGlobalDocumentation", |
| 132 | + "when": "editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive" |
| 133 | + }, |
130 | 134 | { |
131 | 135 | "command": "vscode-objectscript.subclass", |
132 | 136 | "when": "editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive" |
|
844 | 848 | "command": "vscode-objectscript.resolveContextExpression", |
845 | 849 | "title": "Resolve Context Expression" |
846 | 850 | }, |
| 851 | + { |
| 852 | + "category": "ObjectScript", |
| 853 | + "command": "vscode-objectscript.getGlobalDocumentation", |
| 854 | + "title": "Show Global Documentation", |
| 855 | + "enablement": "vscode-objectscript.connectActive" |
| 856 | + }, |
847 | 857 | { |
848 | 858 | "category": "ObjectScript", |
849 | 859 | "command": "vscode-objectscript.compile", |
|
943 | 953 | "enablement": "vscode-objectscript.connectActive", |
944 | 954 | "title": "View Other" |
945 | 955 | }, |
| 956 | + { |
| 957 | + "category": "ObjectScript", |
| 958 | + "command": "vscode-objectscript.getGlobalDocumentation", |
| 959 | + "enablement": "vscode-objectscript.connectActive", |
| 960 | + "title": "Show Global Documentation" |
| 961 | + }, |
946 | 962 | { |
947 | 963 | "category": "ObjectScript", |
948 | 964 | "command": "vscode-objectscript.subclass", |
|
1230 | 1246 | "mac": "Cmd+Alt+Space", |
1231 | 1247 | "when": "editorTextFocus && editorLangId =~ /^objectscript/" |
1232 | 1248 | }, |
| 1249 | + { |
| 1250 | + "command": "vscode-objectscript.getGlobalDocumentation", |
| 1251 | + "key": "Ctrl+Q", |
| 1252 | + "mac": "Cmd+Q", |
| 1253 | + "when": "editorTextFocus && editorLangId =~ /^objectscript/" |
| 1254 | + }, |
1233 | 1255 | { |
1234 | 1256 | "command": "vscode-objectscript.viewOthers", |
1235 | 1257 | "key": "Ctrl+Shift+V", |
|
0 commit comments