Enable 'dumb' auto-complete?
已回答
I love the intelligence of PyCharm, but sometimes I wish I could get the 'dumb' autocomplete that simpler editors provide. Is there any way to get PyCharm to just suggest any matching text within a file, or dir or set of files?
This also applied to dict keys. Working with dict literals is painful in PyCharm because it hardly ever suggests completions for dict keys (even with the option enabled).
Ideas?
请先登录再写评论。
There is a special action that offers completion of matching words called Cyclic Expand Word (a. k. a. "hippie" completion), but it has a smaller scope than you want. Feel free to create a feature request in the tracker.
As for completion of dict keys, it works but only on their first level. There is an issue about that: https://youtrack.jetbrains.com/issue/PY-21079.