robotcode icon indicating copy to clipboard operation
robotcode copied to clipboard

RobotFramework support for Visual Studio Code

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

To be close as possible to RobotFramework, maybe there is no need for the prerunmodifier ByLongName if we use escaping for *[]? see [here](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#simple-patterns)

enhancement

**Describe the bug** When I install Python 12, I can see error after debuging in console: Exception in worker Traceback (most recent call last): File "C:\Program Files\Python312\Lib\concurrent\futures\thread.py", line 91, in...

bug

**Describe the bug** In RF 6.1 async keyword support was added, but when running tests with the robotcode extention in VSCode, it does not work. The error is: "RuntimeWarning: coroutine...

bug

**Describe the bug** In VSCode file explorer, right clicking "Run Tests" works on directories but not on files. It returns "No tests found in the selected file or folder". But...

bug

**Describe the bug** Inconsistency between possibilities on CLI and robot.toml. **To Reproduce** Steps to reproduce the behavior: example.robot ``` *** Test Cases *** My Test Log Done. ``` Suite name...

bug

**Describe the bug** A "variable not found warning" is shown when referring to a keyword argument in the keyword's documentation. **To Reproduce** It only appears if `[Arguments]` is defined after...

bug

**Describe the bug** "Rename Symbol" (Right click on variable name, or F2) is a great feature, but it does not rename properly in Python evaluations: it removes underscores that are...

bug

**Is your enhancement request related to a problem? Please describe.** The current absence of warnings in the RobotCode extension when assigning a keyword's return value to a variable without a...

enhancement

**Is your enhancement request related to a problem? Please describe.** Sometimes I click on the report or log URL at the end of run in the terminal, to consult these...

enhancement
to-review

**Is your enhancement request related to a problem? Please describe.** The absence of syntax highlighting for Python statements in Robot Framework files hinders code readability and increases the likelihood of...

enhancement