Navigating to the keyboard code

i’m writing my tests with robot framework and python in vs code

these are the extensions i installed:

I want to add the option to click on some robot framework keyboard that it will navigate to this keyboard code. what I need to do for that?

Typically that sort of feature is implemented by LSP (language server protocol) implementation. And you have that installed (RobotCode) so maybe just needing to configure it ?

thanks, but configure what?

this should work out of the box, there is no option to enable/disable this.
But maybe you need to configure your project correctly.
Can you execute test cases and do you have code completion for robot files at the moment?

here is a small guide Let's get started!!! | RobotCode

2 Likes