robotcode
robotcode copied to clipboard
RobotFramework support for Visual Studio Code
**Describe the bug** Hello, When using the `enabled` parameter in my `robot.toml`, my profile is not enabled **To Reproduce** Steps to reproduce the behavior: robot.toml: ```toml [profiles.ci] description = "CI...
**Describe the bug** Starting a test within RobotCode adds around 3s overhead compared to running the same .robot file from the CLI with `robot`. For short development loops this overhead...
When I use "Find All References" from a function implemented in a python file, the usages in robot files are not found. Is this feature implemented? If so, is there...
Would it be possible to make the Robotcode plugin also available for PyCharm IDE?
Hi, first of all, thank you for this project, it's really great and already quite helpful. I was wondering, what is the suggested way to add a custom libraries directory...
**Is your enhancement request related to a problem? Please describe.** In `Robot Framework Language Server` there is an option to disable multiple keyword definitions in the project with `{ "robot.lint.keywordResolvesToMultipleKeywords":...
Hallo Daniel, In case I have in the editor a Robot Framework script with a keyword, when I click with the mouse on this keyword (hyperlink), then I will jump...
**Description:** In many projects, RobotFramework tests and their associated libraries are organized in subdirectories. To improve the flexibility and usability of these projects, I propose adding a `cwd` (current working...
**Describe the bug** When I attempt to add a keyword as an argument to another keyword, IntelliSense only displays the documentation and information for the first keyword. For instance, in...
First draft for robotcode.clean and new.