PyCharm code completion setup for underscore - les

2019-05-10 06:28发布

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:

Current code completion invalid prioritization which I want change

1条回答
甜甜的少女心
2楼-- · 2019-05-10 07:28

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

查看更多
登录 后发表回答