forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionality
Description
Environment data
VS Code version: 1.18.0
Python Extension version: 0.8.0
Python Version: 3.5.4
OS and version: CentOS 7.4
Actual behavior
- I have run exuberant ctags and have generated tags file in ${workspaceRoot}/.vscode/tags. I have also set "python.autoComplete.extraPaths": [
"${workspaceRoot}/src"
]. - Select a function call and press F12, "Go to definition". Visual Studio Code says "No definition found".
Expected behavior
- I expect Visual Studio Code to jump to the right tag. "Go to symbol in workspace" is able to find the matching tag.
What is confusing for me is that "go to definition" works for a few method calls, but not for all.
Steps to reproduce:
-
- Select a function call and press F12, "Go to definition". Visual Studio Code says "No definition found".
Logs
Output from Python
output panel
No valid output.
Output from Console window
(Help->Developer Tools menu)
No valid output.
scragly, balta2ar, gandhis1, mr-ubik, sh3lld00m and 25 more
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionality