Increasing Speed and responsiveness

Hi,

I would like to ask if there are some certain things I can do in order to increase speed and responsiveness of PyCharm. For instance set autocomplete to look only in my current project and not the whole Pythonpath,or make autocomplete open only when I press ctrl+space instead of automatically, and/or other minor or major tweaks.
0
The context of the autocomplete suggestions is automatically determined based on where the completion is invoked. Autopopup code completion can be turned off in Settings | Editor | Code Completion.

Actually the best thing to do if you experience PyCharm performance problems is to submit a CPU snapshot:
http://devnet.jetbrains.net/docs/DOC-1212
0

请先登录再写评论。