vscode-rf-language-server icon indicating copy to clipboard operation
vscode-rf-language-server copied to clipboard

VSCode extension to support Robot Framework development

Results 52 vscode-rf-language-server issues
Sort by recently updated
recently updated
newest added

Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12. Commits - [`4235459`](https://github.com/npm/fstream/commit/42354590e23bb514eb5c869eea64406be2947c6c) 1.0.12 - [`6a77d2f`](https://github.com/npm/fstream/commit/6a77d2fa6e1462693cf8e46f930da96ec1b0bb22) Clobber a Link if it's in the way of a File - See full diff in [compare view](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12)...

dependencies

Would it be possible to add debug functionality (breakpoints, stepping) to the language server? This would make this extension a full replacement to RIDE / RED.

feature-request

**Describe the bug** 'Go to Definition' (or F12) for python (.py) AND robot (.robot) keywords does not work. Either 'Go Definition' works for python (.py) Either 'Go Definition' works for...

bug

I would like to use the extension with robot files which are written in the [pipe separated format](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#pipe-separated-format). ``` | *** Test Cases *** | | | | My Test...

feature-request

Goto Definition does not work for variables with spaces instead of underscores in their names. Thanks for your effort!

bug

Hi, I am using a python keyword library and the keywords have spaces in their names (e.g. Write_Message). Robotframework intellisense shows them without the space, but when chosen, replaces it...

feature-request

#### Description As a user, I want to hide those arguments that had already assigned default value if possible so that the autocomplete won't print out lots of arguments that...

feature-request

With ``` "rfLanguageServer.includePaths": [ "test\\robotframework\\*.robot" ], ``` (or with "test/robotframework/*.robot") I get the following debug information: ``` [Trace - 1:28:56 PM] Sending request 'buildFromFiles - (1)'. Params: { "files": [...

question

When I open a robot project in VS Code initially, F12 doesn't work when it focusing on a keyword. When I typing anything, I repeated it again, it worked then....