PyCharm code completion setup for underscore - less priority for protected and mangled names?

主宰稳场 提交于 2019-12-07 14:37:47

问题


I am using PyCharm but I do not like default code completion which shows _protected and __mangled names higher than public.

How can I force to show names starting with underscore at the bottom of code completion list and public at the top?

Some editors like PyDev is doing it much better without configuration.


Screen asked by @jole showing my problem:


回答1:


This is not configurable in PyCharm; there is an open issue for changing the default behavior of the completion in this context.



来源:https://stackoverflow.com/questions/28766414/pycharm-code-completion-setup-for-underscore-less-priority-for-protected-and-m

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!