-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add auto-completion for Robot libraries for pycharm and python plugin #4
Comments
Hey, I have just released a 0.9.1 version that should enable autocompletion in PyCharm. Could you confirm that it is working for you? |
I will check new version. I'm waiting to be approved by JetBrains. |
Auto-complete is working only for Robot Framework Builtin library. I cannot get keywords from e.g. String library or user library. Please let me know if you need more information or debug the problem. |
Robot Libraries (e.g. String, Collections) should be working. Did you put On 12 May 2014 08:33, Pawel Chomicki notifications@github.com wrote:
|
In case Robot Libraries are still not working could you please send me a On 12 May 2014 08:40, Valerio amailp@gmail.com wrote:
|
Please use this example:
Get line keyword is not working. |
Argh... :-/ they are working only if they come from imported resources at Valerio On 12 May 2014 08:59, Pawel Chomicki notifications@github.com wrote:
|
New version submitted for review (0.9.2). It's fixing the issue for me. On 12 May 2014 09:07, Valerio amailp@gmail.com wrote:
|
For Robot Framework libraries is working. Is not working for user libraries. Is it a valid for this issue or should I report new one? One remark regarding auto-complete pop-up window. If someone type |
I have created a new issue for the first point. Regarding the second one I was thinking to implement it as a plugin configuration. It could be a checkbox named something like: "Captilalise keywords coming from python" What do you think about it? |
Hi there! I am working with pycharm 5.0.3 and the plugin version 0.13 and do not have suggestions and auto-complete. What is the current status? Thanks! |
Hi, Was the plugin working for you in previous versions of PyCharm? Kind regards On 4 January 2016 at 09:37, oferprat <notifications@github.com
|
Hi Valerio! I downgraded pycharm to 4.5.4 today and will see how it goes. I'll let you know. |
Ok, let me know. Anyway Intellibot is a different plugin, pretty much Valerio On Tuesday, 5 January 2016, oferprat notifications@github.com wrote:
|
Hello, Starting with the Robot Framework plugin for PyCharm, getting some difficulties for Robot libraries keywords auto-completion to work. From the above comments I got impression it should work. Any clue how to set it properly up? My example: using Selenium2Library (http://robotframework.org/Selenium2Library/Selenium2Library.html) "Open browser" keyword is coming from Selenium2Library, but I can't get auto-completion for it. Can't get inline hints for any of Selenium2Library keywords at all. Please note, that Selenium2Library seems to be loaded properly to PyCharm, because I can navigate into it by the click and see its implementation. Auto-completion for user defined keywords work just fine. My code: *** Settings *** *** Variables *** *** Test Cases *** Open google and search *** Keywords *** Launch browser with chrome opened |
Hello, |
Hello, |
Hello, The issue will be fixed by installing the IntelliBot @SeleniumLibrary Patched in pycharm. You can install it by going the -->Preferences-->Plugins-->IntelliBot @SeleniumLibrary Patched Once installed the above plugin the issue gone away. |
Hello...i installee intellibot@selenium librrary patched but i am getting error message, wjat is the solution? |
I get problem the same, it does not have auto-completed. please help |
Still I got the same issue can anyone give the solution for this |
It works with SeleniumLibrary 3.0.0 but make sure that you should select the same version in IDE also |
use Selenium2Library |
@RajavardhaniK Were you able to resolve it? Still got a problem while using Appium library. |
I'd be great to get the auto-completion for pycharm to see what kind of keywords are available in the test. The help message with signature and documentation will be useful as well.
The text was updated successfully, but these errors were encountered: