You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to create a custom keyword where a keyword argument can be clickable just like Log in Repeat Keyword?
When a string is in yellow, it can be navigated to by control-click or right-click/Go To Definition and you will see the source code.
Also, in Uno, I can mouse hover Log and see the parameters that can be passed to it. It is not possible in Deuxio because it is considered to be a string thus the red color.
Isn't this basically a duplicate of #4857? If yes, let's close this one and continue discussion there.
The enhancement itself is useful and I believe using type hints is the best solution. A problem with type hints has been that BuiltIn doesn't otherwise use them, but that is going to be addressed by #5373 in the near future.
Hello
Is there a way to create a custom keyword where a keyword argument can be clickable just like Log in Repeat Keyword?
When a string is in yellow, it can be navigated to by control-click or right-click/Go To Definition and you will see the source code.
Also, in Uno, I can mouse hover Log and see the parameters that can be passed to it. It is not possible in Deuxio because it is considered to be a string thus the red color.
I tried creating my own annotation based on:
robotframework/src/robot/libraries/BuiltIn.py
Line 2326 in 24d682a
where I changed the first string "BuiltIn", but it didn't work.
robotframework/src/robot/libraries/BuiltIn.py
Line 48 in 24d682a
Convenient repo @ https://github.com/djalan/robotcode-clickable-keyword-argument
Version: 1.99.2 (user setup)
Commit: 4949701c880d4bdb949e3c0e6b400288da7f474b
Date: 2025-04-10T01:21:25.295Z
Electron: 34.3.2
ElectronBuildId: 11161073
Chromium: 132.0.6834.210
Node.js: 20.18.3
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.26100
The text was updated successfully, but these errors were encountered: