Ctrl+N not find class with module in community pycharm

已回答

 I'm using community version of pycharm. The ide can find python class by its name but not by its partial package like IDEA for java. Is it because of community version or python/pycharm? Thanks.

 

0

Hi ying! All "find" functionality is the same in Professional and Community editions. Not sure if I correctly understood this usecase, could you please provide an example? Maybe it's a good idea for feature request.

0
Avatar
Permanently deleted user

In IDEA, you can type partial package name to narrow down the class you are searching. That's very useful with many class with similar name but different package FQN. pycharm seems not have that feature. ex: class com.google.domain.test.SimpleTest

If I type "simple" with ctrl+N, pycharm can find it. But if I type goog.simple pycharm won't find it. 

Thought this feature should be universal across jetbrain IDEs and languages. 

0

请先登录再写评论。