Description : As a user of PyCharm, when I perform a command click of a def, pycharm loads up the robot file that uses that function.
But in VSCode, when I F12 or command click a def, it does not go to the robot file. BUT when I do the reverse, I command click the same function in the Robot File, it refers the Python File that has the code.
VSCode extensions :
Pylance, Python, Robot Code
Settings.json
{
“python.analysis.extraPaths”: [
“/Users/user/pnut”
],
“python.defaultInterpreterPath”: “/Users/user/.pyenv/shims/python”
}