We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf67ad3 commit db54e19Copy full SHA for db54e19
1 file changed
vscode/package.json
@@ -186,6 +186,11 @@
186
"description": "Enable signature help, which shows the parameters and documentation for the method being invoked",
187
"type": "boolean",
188
"default": true
189
+ },
190
+ "typeHierarchy": {
191
+ "description": "Enable type hierarchy lookup, which shows the supertypes and subtypes of the selected symbol",
192
+ "type": "boolean",
193
+ "default": true
194
}
195
},
196
"default": {
@@ -205,7 +210,8 @@
205
210
"codeLens": true,
206
211
"definition": true,
207
212
"workspaceSymbol": true,
208
- "signatureHelp": true
213
+ "signatureHelp": true,
214
+ "typeHierarchy": true
209
215
216
217
"rubyLsp.featuresConfiguration": {
0 commit comments