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...