robot-plugin icon indicating copy to clipboard operation
robot-plugin copied to clipboard

Robot Framework support plugin for IntelliJ Idea

Results 43 robot-plugin issues
Sort by recently updated
recently updated
newest added

Hi, first of all, thanks for this awesome PyCharm plugin ! Since last PyCharm 202.1.2 update I'm receiving the following error about plugin incompatibility; this is the error I get...

It'd be awesome to be able to (right) click tags in RF files, and search/goto the corresponding tagged testcases. Since Tags can be in the form "tag" or "tag1ANDtag2", the...

Dotted keywords appears as an option in the autocomplete. ![image](https://user-images.githubusercontent.com/31236056/116920010-695e1000-ac52-11eb-8a7c-e4f324d8215e.png) but ... When you ctrl + mouse over on the dotted keyword, the message 'Declaration "Test_Template object objwith_dot" [test.robot]' appears....

Display documentation of user keywords. Now when using Ctrl+q the Robot keyword documentation is displayed, but the user keyword documentation is not displayed. In this case only the popup showing...

autocomplete for brackets / quotes, etc is not working. Works fine for example with .java files, but it is disabled for *.robot files. It is not possible to edit "Recognizes...

I close previous PR and create new one. The parsing was simplified according to you advices. To my regret the test writing is not clear for right now. I'm working...

After implementing the fix for _"Add support for IntelliJ 2020.2"_ it is not able to find the keyword declaration ![image](https://user-images.githubusercontent.com/49200684/90538617-c9586900-e14c-11ea-9f6f-f2f7881e627b.png)

I just moved our test suites to a sub directory to keep things organized. The Goto symbol, code completion and going to files stopped working then. The robot tests still...

I'm Using: Pycharm 2019.2.5 Python 3.8 Code completion is not working and I suggest to include code highlighting for *** Tasks ***

The syntax for the `FOR` loop changed in Robot Framework 3.1 and the old syntax will be deprecated in 3.2. More info here: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-3.1.rst#for-loop-enhancements The plugin needs to support the...

help wanted