You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
Sometimes the Go to definition function will not appear in your VSCode if you have multiple workspaces and use the MS Language Server. You will only see the "Go to definition" function available if you are within the workspace that was active when you originally opened VSCode. Other workspaces will not have the Go to Definition function available.
@amittleider commented on Fri Jun 07 2019
Sometimes the
Go to definition
function will not appear in your VSCode if you have multiple workspaces and use the MS Language Server. You will only see the "Go to definition" function available if you are within the workspace that was active when you originally opened VSCode. Other workspaces will not have the Go to Definition function available.Let me give an example to be clear:
go_to_definition_primary_workspace
upper_level_project
workspaceupper_level_class.py
and reload VScode.level_2_class.py
.Level1Class
and you will notice that there is no "Go to definition" button available to you.level_2_project
workspace.level_2_class.py
and reload VSCodeupper_level_class.py
Level2Class
and you will notice that there is no "Go to definition" button available to you.Below is a gif of the described behavior.
Environment data
The text was updated successfully, but these errors were encountered: