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

importing single classes of a library import in module style works now. What is missing is the completion in Library import statement see #169

enhancement

- [x] #158 - [x] #159 - [ ] #160 - [ ] #161 - [x] Surround with TRY/EXCEPT... - [x] assign result to variable - [ ] add/remove namespace...

enhancement

support variables in config files like: ```toml [variables] ROOT_DIR="{root}" IN_CI="{env:CI:False}" ``` see also hatch...

enhancement

integrate python-dotenv into robotcode

enhancement

- [ ] collect local variables when analyzing - [ ] collect more references when analyzing - [ ] for testcases - [ ] for named arguments - [x] for...

enhancement

**Is your enhancement request related to a problem? Please describe.** Vscode notifies the user at startup that an extension has opened a port. In the absence of a description of...

enhancement

- [ ] disable rule for: - [ ] line - [ ] block - [ ] file - [ ] correct simple rules like: - [ ] wrong case...

enhancement

Add something like typehints for keyword arguments, so that it is possible on the one hand to get completions for data at design time (e.g. enums) and on the other...

enhancement