Autocompletion and Code analysis issues after switching to PyCharm Profesional

已回答

Hello,

I've recently updated from PyCharm Community Edition to Professional and I'm encountering very severe performance and usability issues with code completion and code analysis generally. Maybe the issues are not tight to Pro edition, but I don't remember having them prior to update. I've already tried to invalidate all caches etc, but nothing helped. 

Here is what I'm experiencing

  • when defining member variables inside __init__ method, autocomplete is not finding them for further coding in the __init__ method. It only shows other methods in class and local variables. (sometimes it works, but I failed to find a pattern)
  • code analysis is very slow. Often underscores some peace of code, and after correction it takes approx 10-20 seconds to correct code-analysis result
  • maybe related to previous. When trying to use sell checking, with two misspelled words on one line, fixing second word has issues with proper selection, when the word position changed after firs word correction. It is hard to explain, so please see this video : https://www.youtube.com/watch?v=7kdJ9_Rmmfw and notice how selection on second word changes after spawning spellcheck drop-down and corrected word is placed wrongly into the text.

This issues are sometimes very frustrating and I do my best to try help you to track it down and solve it.

0

Hi Roman!

1. Could you provide an example please?

2. Please send zipped log folder from Help | Show Log in ... to our support at pycharm-support@jetbrains.com

3. Do you use any custom plugins? Could you please specify your PyCharm version?

0
Avatar
Permanently deleted user

What do you mean by example? Example file? It seems like for newly created file the autocomplete works. I will try to narrow it down.

Here is video of autocomplete not working for me. https://youtu.be/7qTFPKOIg3U 

Here is list of my plugins, I've already disabled everything that I feel I don't need, but it didn't improved anything http://imgur.com/a/9H4Ff 

And I'm using latest PyCharm. 2017.1.4

0

Looks like autocomplete is not working due to performance problem, please send the logs to our support. They'll investigate and create a ticket for it.

Please try to disable all custom plugins to test, I believe some causes the spelling selection bug.

0

请先登录再写评论。