HyperRobotFrameworkPlugin icon indicating copy to clipboard operation
HyperRobotFrameworkPlugin copied to clipboard

Robot Framework plugin for PyCharm.

Results 14 HyperRobotFrameworkPlugin issues
Sort by recently updated
recently updated
newest added

Hi @jnhyperion Thank you again for your support. Please correct me if I'm wrong. Robot Hybrid library is a common way to implement keyword. https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#hybrid-library-api I found keywords are not...

enhancement

**Description:** In the Hyper RobotFramework Support plugin for PyCharm, a false-positive warning appears when using variable assignment if there is a blank line between the [Documentation] setting and the assignment...

bug

My version of Hyper RobotFramework Support is no longer working with PyCharm **Hyper RobotFramework Support**: 0.1.18 **MacOS**: Sequoia 15.2 **PyCharm**: ``` PyCharm 2024.1.2 (Community Edition) Build #PC-241.17011.127, built on May...

Hi @jnhyperion, Merry Christmas 🎄 Hope you are doing well. Based on [Robot document](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#inline-python-evaluation-1). I then try, ``` try python Log Many ${{int(12)}} Log Many ${{[i for i in range(12)]}}...

enhancement