I am trying to use robotframework with vscode and installed robotframework language server , i am not able to jump to function definition .
expected response :- should jump to function definition when i click the cntrl+left mouse click .
response got : – No response
in my .vscode i only have launch.json .
Any dependency i am missing?
dependencies installed :- python3 , robotframework , pip , sshlibrary , requestslibrary
2
Answers
It should be
Alt + left mouse click
. In addition, the shortcut key should beF12
.https://code.visualstudio.com/docs/python/editing#_navigation
https://code.visualstudio.com/docs/editor/codebasics
Try to install these extensions:
Robot Framework Language Server
Robocorp Code
Robotframework debugger
Then, reload the VScode window and try again.