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

**Is your enhancement request related to a problem? Please describe.** I would like to be able to run the LSP through the CLI. This would enable easy use of the...

documentation
enhancement

**Describe the bug** When adding a new setting such as `[Documentation]`, `[Tags]` or others to a Keyword or a TestCase, the auto-completion ends up with an additional closing bracket `[Documentation]]`....

bug
needs-fix

Hi, I've noticed the following issue while using the extension: **Describe the bug** When instantiating an argument-taking python library in a robot file (`Library | CustomLib.py | ${Argument}`), if `${Argument}`...

bug

The vscode settings should support a `robotcode.robot.parsers` setting to specify custom parsers without the need of a `robot.toml` file.

enhancement

Hi @d-biehl I've raised PR# for the below enhancement , can you please review and guide me if any further changes needed. https://github.com/d-biehl/robotcode/issues/163 I'm new to this repo, can you...

We discussed this functionality in the #vscode slack on the RobotFramework workspace. **Problem description** RobotCode only performs a static analysis, i.e. it does not analyse which keyword may have been...

enhancement

create the posibility to click on a link if `tag-stat-link` and if `tag-doc` is defined show this info in hover see also https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_documentLink

enhancement

implement suppport for the language status item https://code.visualstudio.com/api/references/vscode-api#LanguageStatusItem some ideas: - some command like: - clear cache - restart server - open logs - busy indicator - errors from discover...

enhancement

**Description:** Currently, RobotCode is unable to analyze the library search order in a file specified with [`Set Library Search Order`](https://robotframework.org/robotframework/latest/libraries/BuiltIn.html#Set%20Library%20Search%20Order). This limitation becomes apparent, especially when dealing with libraries containing...

enhancement

- [x] [Native VAR syntax](https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-7.0a1.rst#native-var-syntax) - [x] [Mixed argument support with library keywords](https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-7.0a1.rst#mixed-argument-support-with-library-keywords) - [x] [Tags set globally can be removed using -tag syntax](https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-7.0a1.rst#tags-set-globally-can-be-removed-using-tag-syntax) - [ ] TODO: deprecated things...

enhancement