robotcode
robotcode copied to clipboard
RobotFramework support for Visual Studio Code
importing single classes of a library import in module style works now. What is missing is the completion in Library import statement see #169
- [x] #158 - [x] #159 - [ ] #160 - [ ] #161 - [x] Surround with TRY/EXCEPT... - [x] assign result to variable - [ ] add/remove namespace...
support variables in config files like: ```toml [variables] ROOT_DIR="{root}" IN_CI="{env:CI:False}" ``` see also hatch...
- [ ] collect local variables when analyzing - [ ] collect more references when analyzing - [ ] for testcases - [ ] for named arguments - [x] for...
**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...
- [ ] disable rule for: - [ ] line - [ ] block - [ ] file - [ ] correct simple rules like: - [ ] wrong case...
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...