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

Hello Daniel, As already discussed, Robot Code extension could be internationalized in the future and be offered in other languages for downloads, e.g. German and Portuguese, taking into account the...

enhancement

Currently, VSCode sends file events exclusively for actively opened files and folders. To enhance functionality, it is proposed that the capability to monitor file events for files and folders beyond...

enhancement

Write some texts for: - [ ] Your First Code Contribution - [ ] Improving The Documentation - [ ] Styleguides - [ ] Commit Messages - [ ] Join...

enhancement

We have talked about this on the RobotFramework Forum (https://forum.robotframework.org/t/how-to-make-the-ide-recognize-keyword-as-arguments-in-custom-python-library/6598/3), thank you again for your reply and feedback! **Is your enhancement request related to a problem? Please describe.** Currently the...

enhancement

Support for - [ ] Signature help for Template arguments - [ ] Argument completion for Templates - [ ] Argument highlight in semantic tokens for Templates - [ ]...

enhancement

this should present the -t --test/task and -s --suite command line arguments of robot. ```jsonc { "name": "Regression Tests", "type": "robotcode", "request": "launch", "presentation": { "hidden": true }, "purpose": "test-profile",...

enhancement

- [x] Variables - [ ] Resources - [ ] Discovering - [ ] Rest

enhancement

see also https://github.com/microsoft/vscode/issues/193160

enhancement

**Is your enhancement request related to a problem? Please describe.** Robot Framework has its own dictionary class [DotDict](https://robot-framework.readthedocs.io/en/stable/autodoc/robot.utils.html#robot.utils.dotdict.DotDict), that allows retrieving a value from a (nested) dictionary using dot syntax....

enhancement

if possible, add type informations like dict key names or method/member names of type. Analyze dicts according to size and elements, maybe do not analyze dicts with dicts as value,...

enhancement