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, Follow the below steps to reproduce the issue 1. Download the pycharm professional edition(2017.1.2) from Jetbrains website and install it. More info about the pycharm :- Build #PY-171.4249.47, built...

help wanted

Hi, Follow the below steps in order to reproduce the issue. 1. Download the latest version of pycharm community edition from the jetbrains website. 2. Install both robot framework support(0.16.2)...

help wanted

In the example below I would expect to see the words "Given", "When", "And", "Then" to be displayed in different color: *** Test Case *** **Empty login** Given User is...

enhancement
help wanted

I'd like to be able to navigate through the keywords definitions when using [Template]. more info: http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#test-templates

help wanted

Does plugin provide selenium methods suggestions? I've included Selenium2Library, can navigate to it or it's method by using ctrl but I don't have any method suggestions.

help wanted

How does one add the existing robot and user created keywords such that auto-complete works inside PyCharm? This comment on plugin wiki seems related but cannot figure out what exactly...

help wanted

Please add opportunity to jump to keyword definition from [Template] line.

help wanted

While I know the title is probably confusing, what I mean is that suppose we have an import like this: Resource ../environment.robot Resource ${RESOURCES}/variables/metadata.robot Keywords or variables from metadata.robot can...

help wanted

OS: MacOS 10.12.2 PyCharm: 2016.2.3 Robot Framework support plugin: 0.16.1 It will take more than 15 seconds to show context menu for a robot source. Other languages such as Python...

help wanted

plugins report error on the following: `| *** Settings *** |` `| Documentation | This is a robot framework test suite for xxxx. |` NOTE: because pipe format is more...

bug
help wanted