-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
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:
- IntelliBot@master.dev 0.10.143.395
- Robot Framework Support 0.24
Metadata
Metadata
Assignees
Labels
No labels