robotcode
robotcode copied to clipboard
RobotFramework support for Visual Studio Code
When using a Keyword which does not exist, RobotCode correctly shows an error. There is no option for a `Quick Fix` Add `Quick Fix` options for non-existing Keywords. e.g. -...
```robot My Setup Run Tests ${EMPTY} core/test_suite_dir_with_init_file ${suite} = Get Test Suite Test Suite Dir With Init File ${subsuite_with_init} = Get Test Suite Sub Suite With Init File ${subsuite_without_init} =...
see https://robotframework.slack.com/archives/CM0J4A7R9/p1656164560599729
- [x] simple version, just show keywords, variables and maybe namespaces - [ ] parsed show completion correctly
**Describe the bug** When test.robot and test_.robot are present in the same directory only the former can be executed in RobotCode. **To Reproduce** Steps to reproduce the behavior: 1. Add...