Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PyCharm case sensitive auto-complete

I can't find a way in PyCharm to disable case sensitive on auto complete. When I type the first letter lowercase, it won't suggest me methods which has first letter uppercase.

like image 844
gagro Avatar asked Oct 02 '18 17:10

gagro


1 Answers

Just uncheck Match case in this setting: Editor -> General -> Code Completion

Just uncheck Match case in this setting

like image 162
Shan Avatar answered Nov 20 '22 10:11

Shan