AmailP / robot-plugin

Robot Framework support plugin for IntelliJ Idea
Other
72 stars 38 forks source link

Display documentation of user keywords. #113

Open jrvilda opened 3 years ago

jrvilda commented 3 years ago

Display documentation of user keywords.

Now when using Ctrl+q the Robot keyword documentation is displayed, but the user keyword documentation is not displayed. In this case only the popup showing Declaration "test_keyword" [test.robot] and in the documentation tab "No documentation found. " appears.

Example: file test.robot Test Cases test1

[Documentation] This is a documentation test in testcase test_keyword log

Keywords *** test_keyword

[Documentation] This is a documentation test in test_keyword log Test

ENV: Plugins: