mtrubs / intellibot

IntelliJ/PyCharm plugin for Robot Automation Framework
https://github.com/millennialmedia/intellibot/wiki
MIT License
159 stars 109 forks source link

can't jump to the keywords source if those keywords being defined in a seperate file located in different folder. #235

Open kakaYong opened 4 years ago

kakaYong commented 4 years ago
  1. All user-defined keyword being place in a Resource Folder;
  2. Test case import keyword via Library statement;
  3. Try jump from test case to keyword source failed.

IntelliBot version: 0.10.143.381 Pycharm: Community 2020.1

kakaYong commented 4 years ago

We met the same problem, know it's kind of crucial when the project been structured into TC, RES, high level/low-level keywords which might locate in different folders/paths.