AmailP / robot-plugin

Robot Framework support plugin for IntelliJ Idea
Other
72 stars 38 forks source link

Add support for WITH NAME references #17

Closed jimni closed 5 years ago

jimni commented 8 years ago

I am using plugin version 0.12 with Pycharm and would very much like to be able to reference libraries using custom names. At this moment plugin fails to recognize a keyword as correct for such library:

2

Other than that the plugin is great! Thanks, @AmailP!

AmailP commented 8 years ago

hey,

I try to open the link that you have sent but i get not found. Can you anyway describe a bit more in depth the feature that you are requesting?

Thank you anyway for your support,

Valerio

On 5 January 2016 at 11:54, jimni notifications@github.com wrote:

I am using plugin version 012 with Pycharm and would very much like to be able to reference libraries using custom names At this moment plugin fails to recognize a keyword as correct for such library:

[image: 2] https://camo.githubusercontent.com/e70e30edd36d24076dc5bf7d1b91214a822de2f0/68747470733a2f2f636c6f756467697468756275736572636f6e74656e74636f6d2f6173736574732f31353635383830332f31323131333335322f32383630333262302d623362332d313165352d393930652d666335306165373864613565706e67

Other than that the plugin is great! Thanks, @AmailP https://github.com/AmailP!

— Reply to this email directly or view it on GitHub https://github.com/AmailP/robot-plugin/issues/17.

jimni commented 8 years ago

Sure.

After I import a library with "Import Library WITH NAME" keyword:

Import Library  Selenium2Library  WITH NAME  S2L

I would like to be able to use autocomplete, proofing and other features of your plugin with this new alias:

S2L.Set Selenium Speed  1
S2L.Open Browser  http://google.com
(...)

I also left a screenshot in the issue on github https://github.com/AmailP/robot-plugin/issues/17

MichaelAroustian commented 5 years ago

I have this issue as well. I thought it was a bug and was about to report it. Any ideas when this feature may see the light of day?

skhomuti commented 5 years ago

Resolved in #84