andriyko / sublime-robot-framework-assistant

Robot Framework plugin for Sublime Text3
MIT License
110 stars 43 forks source link

Allow to jump library or resource from the resource import #182

Closed aaltat closed 7 years ago

aaltat commented 7 years ago

It might me good idea to allow jumping to the library or resource file from where the library or resource is imported. Could use the same short cuts that are used for when jumping to the keyword source.

aaltat commented 7 years ago

Example if I have this:

| *** Settings *** |
| Resource | resource_b.robot |

Then Jump to keyword source shortcut should also work when cursor is in resource_b.robot.