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:
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
*** Keywords *** ***
test_keyword
ENV:
Plugins: