robotcode
robotcode copied to clipboard
RobotFramework support for Visual Studio Code
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...
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...
Write some texts for: - [ ] Your First Code Contribution - [ ] Improving The Documentation - [ ] Styleguides - [ ] Commit Messages - [ ] Join...
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...
Support for - [ ] Signature help for Template arguments - [ ] Argument completion for Templates - [ ] Argument highlight in semantic tokens for Templates - [ ]...
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",...
- [x] Variables - [ ] Resources - [ ] Discovering - [ ] Rest
see also https://github.com/microsoft/vscode/issues/193160
**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....
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,...