Closed
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.
Metadata
Metadata
Assignees
Labels
Request for new features or functionalityRequest for new features or functionality