robotcode icon indicating copy to clipboard operation
robotcode copied to clipboard

RobotFramework support for Visual Studio Code

Results 188 robotcode issues
Sort by recently updated
recently updated
newest added

see [here](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#creating-variables) ```robot *** Test Cases *** Item assignment to list ${list} = Create List one two three four ${list}[0] = Set Variable first ${list}[${1}] = Set Variable second ${list}[2:3]...

enhancement

**Please describe.** Does Robotcode IntelliJ support running under WSL? I have a WSL project under Pycharm and Robotcode doesn't seem to work properly but it might be my setup. I...

question

**Is your enhancement request related to a problem? Please describe.** i'm seeing these errors from the robotcode vscode extension: ``` foo.py(2, 1): Importing test library 'tests.sandpit.foo' failed: ImportError: cannot import...

enhancement

I have noticed that you have implemented custom dap support https://github.com/robotcodedev/robotcode/tree/main/intellij-client%2Fsrc%2Fmain%2Fkotlin%2Fdev%2Frobotcode%2Frobotcode4ij%2Fdebugging As you are based on Lsp4ij to support your lsp server,I wonder (I hope) if you could be intersted...

enhancement

**Is your enhancement request related to a problem? Please describe.** When I use a WHILE loop, I frequently use one or more of the possible arguments: limit, on_limit and on_limit_message...

enhancement

**Describe the bug** If I write a new keyword in an existing test library and use it in a .robot/resource file, RobotCode doesn't recognize it until I do a "Clear...

enhancement