robotcode
robotcode copied to clipboard
RobotFramework support for Visual Studio Code
Errors such as an invalid robot.toml configuration or incorrect command-line settings should be reported to VSCode, ensuring they are visible in the Problems view

reimplement rename so that it uses the namespace references to find all things
Remove `robotcode.python` setting, it is already deprecated. > Yes, this is an old setting and comes from a time when the Python extension did not have a public API. It...
Hello, I'd like to be able to activate other profiles when selecting one. Note that this is different from the `inherit` For instance let say I have the following profiles:...
**Is your enhancement request related to a problem? Please describe.** Robotcode recently add [more granularity to disable diagnostics](https://github.com/robotcodedev/robotcode/releases/tag/v0.84.0) rule by rule rather than the whole diagnostics. Quick fix shortcut still...
**Describe the bug** I keep getting this error on intellij **Steps To Reproduce** Steps to reproduce the behavior: there is no specific steps to reporoduce the error in my experience,...
**Describe the bug** Several times when running from the play button of a test, I get this timeout error. And looking at the command line on the terminal, it seems...
**Describe the bug** Depending on the way a variable is define in *** Variables *** section it is shown as used or not used ${WAIT_TIMEOUT}= 10 seconds # Usage of...
Add parsing of the variables from python files to include their line for navigation from robot. Root Cause: Python variables imported from .py files had hardcoded line_no=1, col_offset=0, causing go-to-definition...