robotcodedev / robotcode

RobotFramework support for Visual Studio Code
https://robotcode.io
Apache License 2.0
177 stars 14 forks source link

[ENHANCEMENT] Adding hyperlink support for Gherkin feature files #296

Open ReneFromHolland opened 1 month ago

ReneFromHolland commented 1 month ago

Hallo Daniel,

In case I have in the editor a Robot Framework script with a keyword, when I click with the mouse on this keyword (hyperlink), then I will jump to the right file with the keyword code.

Now I am busy with the robotframework-gherkin-parser and the accompanying feature scripts. Unfortunately I can't click in the feature script on the lines with "Given", "When" and "Then" and so on in order to go to the underlying keyword. The hyperlink is missing. It would be great if I this could be added.