Switched to visualcode(Version: 1.53.1) recently for Python(2.7.5 is the interpreter). Set up remote-ssh(localclient - OSX and remote machine - CentOS 7) and i am able to write and execute code without issues. It's a pretty big code base and the directory structure looks like below. I tried opening both src/ and main/ but the "Go to Definition" or "Go to references" would not work - it just says "Nothing is found".
It works if its under the same directory for some cases - for example the reference and definition in d22 might only be listed when i am searching in d22 but that does not work always either.
src
Tried the following but nothing is helping:
I also want to know if we have something like Kite that will work over remote ssh.
I noticed that the extension you used is "Python for VSCode". In VS Code, the "Go to Definition" and "Go to references" functions are provided by the "Python" extension. It is recommended that you install it or try to reinstall it if you have already installed it.
for the methods in the module:
for custom methods:
before "Go to Definition":
after "Go to Definition":
For remote development using SSH in VS Code, you could refer to this docs: Remote Development using SSH.