robotcode icon indicating copy to clipboard operation
robotcode copied to clipboard

RobotFramework support for Visual Studio Code

Results 188 robotcode issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Robotcode does not resolve variables in templated test cases when the template keyword has embedded arguments. A "VariableNotFound" error is shown. **Steps To Reproduce** Steps to reproduce...

bug

Hi, Thank you for your work on RobotCode. While using the PyCharm plugin, we noticed that all Robot Framework log messages are printed into the PyCharm Run/Debug Console, including: INFO...

enhancement
intellij

**Describe the bug** In IntelliJ when I fill in Arguments in the Run/Debug Configurations Dialog for a Robot Framework Test, they are not saved, and also not added to the...

bug

**Please describe.** According to https://robotcode.io/03_reference/cli#code I cannot filter by tag for the analysis. I think it would be great, if filtering before analysis could also be based on tags, just...

question

**Is your enhancement request related to a problem? Please describe.** Currently, to determine which library a keyword comes from, I have to CTRL+click on the keyword. This is inconvenient and...

enhancement

**Describe the bug** Global Variables that are declared inside Test Setup or Suite Setup are not recognized inside a test case If possible add some example source code like: ```robotframework...

enhancement

**Description:** In Robot Framework Language Server (VS Code extension), when a keyword comes from a specific library/resource files, it is prefixed with the library name (e.g., `Browser.Get Text`). This makes...

enhancement

**Describe the bug** Current run configuration will not mark source root/content root but Python run configuration supports that. **Steps To Reproduce** Steps to reproduce the behavior: 1. Init a project...

bug