Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

When you start up a new Pycharm project or add a new interpreter, you have to let the index processes run (there's an indicator in the lower toolbar which will tell you when background processes are running...click it). When those index processes are finished, Pycharm will definitely autocomplete import statements: http://imgur.com/JRsfH


To be fair, you have to do the same for PTVS, and we dont' have such a nice UI to tell you the index processes are running.


I configured an interpreter and things started working in IDEA (I don't have PyCharm).

However, my assessment remains the same because now that autocomplete is finally working, it's still not as good as VS in my opinion.

1) VS shows documentation for each function in the autocomplete list. (Seen here http://i.imgur.com/wQpZZ.png ) IDEA does not.

2) VS shows type information where possible. IDEA does not.

3) VS shows the autocomplete list immediately after I type the space in "import ". With IDEA I have to hit Ctrl+Space to get the list.

4) The VS Python plugin worked with zero configuration. I had to configure an interpreter for IDEA and then wait a while for it to index everything.


What version of IDEA do you have? The latest version 10.5 works with the new version of the python plugin (which is basicaly pycharm) and auto completes right away when you start typing.

I really don't like having to configure the interpreters but it's also nice when you're using project based virtual environments.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: