We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
follow_imports
1 parent 71193b7 commit e03fcd7Copy full SHA for e03fcd7
package.json
@@ -81,6 +81,18 @@
81
"type": "boolean",
82
"default": true,
83
"description": "Enable or disable Jedi Definition."
84
+ },
85
+ "follow_imports": {
86
+ "title": "Follow imports",
87
+ "type": "boolean",
88
+ "default": false,
89
+ "description": "The goto call will follow imports."
90
91
+ "follow_builtin_imports": {
92
+ "title": "Follow builtin imports",
93
94
95
+ "description": "If 'follow imports' is True will decide if it follow builtin imports."
96
}
97
98
},
0 commit comments