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

Generally with Robot Framework, one ends up with writing a lot of small libraries as well as employing [the wealth of existing libraries in the ecosystem](https://robotframework.org/#libraries) (see External tab) Currently,...

feature-request

Python extension has function to discover and run/debug specific test case ![image](https://user-images.githubusercontent.com/6823008/81785701-cb48d580-9528-11ea-9bd0-19756fa3c75b.png) It's good if robot framework can support feature like this

feature-request

**Describe the bug** Pressing Tab Does not Moving To Next Place Holder in Keyword Once First Placeholder is Filled **To Reproduce** Steps to reproduce the behavior: 1. Add a .robot...

bug

**Describe the bug** Inside FOR loop '#' does not graying out the line as previous version **To Reproduce** Steps to reproduce the behavior: 1. Open VS Code 2. Create a...

bug

**Describe the bug** A clear and concise description of what the bug is. Does not work at all. Ubuntu 18.4 VSCode 1.33 VScode 1.43.2 robotframework (3.1.2) robotframework-selenium2library (3.0.0) selenium (3.141.0)...

bug

**Describe the bug** If I define a python keyword with a return type hint, it's not loaded. ```python def custom(param:str): # Works fine! pass def custom_with_return(param:str) -> str: # Not...

bug

Currently, the plugin finds all keywords in the open folder and offers to autocomplete keywords even if those keywords are in files, which are not referenced. It would be great...

feature-request

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

Robot Framework is currently at 3.1.2 and Selenium Library has released the 4.3.0 version. Currently, the Intellisense plugin only supports RF up to 3.1.1 and SL up to 3.3.1. Both...

In the Moment the Code Completion is set to minimum match. ### Spaces Only 2 Spaces instead of **4 Spaces** as separator. It would be super cool id the code...

feature-request