Skip to content

Commit e03fcd7

Browse files
authored
Add follow_imports config to goto-definition (#147)
Depends on palantir/python-language-server#457
1 parent 71193b7 commit e03fcd7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,18 @@
8181
"type": "boolean",
8282
"default": true,
8383
"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+
"type": "boolean",
94+
"default": false,
95+
"description": "If 'follow imports' is True will decide if it follow builtin imports."
8496
}
8597
}
8698
},

0 commit comments

Comments
 (0)