robotcode
robotcode copied to clipboard
RobotFramework support for Visual Studio Code
**Describe the bug** I have the plugin installed and some RobotFramework test files in CucumberFormat open. I'm working under Windows 11. **Steps To Reproduce** 1. Have some RobotFramweork files (*.robot...
**Is your enhancement request related to a problem? Please describe.** I struggle with mapping the current description of several items in the config options via toml, i.e. https://robotcode.io/03_reference/config#extend-listeners... The specification...
### **Enhancement Request: Set a Robot Framework Variable to Indicate Selected Profiles at Runtime** #### **Description** I propose that RobotCode automatically sets a Robot Framework variable at runtime to indicate...
**Describe the bug** related to https://github.com/robotcodedev/robotcode/issues/359 I can run the tests fine both in the terminal or using the in-file controls, but the intellisence is putting red squiggles under all...
**Is your enhancement request related to a problem? Please describe.** Currently, RobotCode primarily supports Visual Studio Code. With the increasing adoption of the Zed editor, it would be beneficial to...
**Is your enhancement request related to a problem? Please describe.** i would like to have robotcode report hints/information in vscode, without having them fail in my CI. with other tools...
Type: Bug Given the following minimal test description: ``` *** Test Cases *** Test Embedded "args" *** Keywords *** Embedded "${args}" No Operation ``` When I reformat this from within...
Short: RobotCode doesn't suggest custom keywords of resource files, which are not yet imported by a Resource file within the *** Settings *** section & I'm not sure why. My...
this is just an idea, but I think that can be an interesting option to have a vscode notebook with a simple query language for project informations like defined testcases,...
Hi there! When importing a variable file/class hovering over the imported item brings up this window showing the available variables:  Honestly, this view is annoying if one has to...