robotcode
robotcode copied to clipboard
RobotFramework support for Visual Studio Code
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)
**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...
**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...
**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...
**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...
**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...
**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...
**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...
**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...
**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...