|
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" |
|
840 | 844 | "command": "vscode-objectscript.resolveContextExpression", |
841 | 845 | "title": "Resolve Context Expression" |
842 | 846 | }, |
| 847 | + { |
| 848 | + "category": "ObjectScript", |
| 849 | + "command": "vscode-objectscript.getGlobalDocumentation", |
| 850 | + "title": "Show Global Documentation", |
| 851 | + "enablement": "vscode-objectscript.connectActive" |
| 852 | + }, |
843 | 853 | { |
844 | 854 | "category": "ObjectScript", |
845 | 855 | "command": "vscode-objectscript.compile", |
|
939 | 949 | "enablement": "vscode-objectscript.connectActive", |
940 | 950 | "title": "View Other" |
941 | 951 | }, |
| 952 | + { |
| 953 | + "category": "ObjectScript", |
| 954 | + "command": "vscode-objectscript.getGlobalDocumentation", |
| 955 | + "enablement": "vscode-objectscript.connectActive", |
| 956 | + "title": "Show Global Documentation" |
| 957 | + }, |
942 | 958 | { |
943 | 959 | "category": "ObjectScript", |
944 | 960 | "command": "vscode-objectscript.subclass", |
|
1220 | 1236 | "mac": "Cmd+Alt+Space", |
1221 | 1237 | "when": "editorTextFocus && editorLangId =~ /^objectscript/" |
1222 | 1238 | }, |
| 1239 | + { |
| 1240 | + "command": "vscode-objectscript.getGlobalDocumentation", |
| 1241 | + "key": "Ctrl+Q", |
| 1242 | + "mac": "Cmd+Q", |
| 1243 | + "when": "editorTextFocus && editorLangId =~ /^objectscript/" |
| 1244 | + }, |
1223 | 1245 | { |
1224 | 1246 | "command": "vscode-objectscript.viewOthers", |
1225 | 1247 | "key": "Ctrl+Shift+V", |
|
0 commit comments