Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JetBrains Idea: exclude package & classes from autocomplete

How can I exclude some classes from autocomplete, but not from project?

I'm trying to develop on flash with starling library. The problem is that IDE always suggest me a built-in classes, which I probably don't want to use, even if I import another class.

http://monosnap.com/image/7VRQpIhqIPRK2wgBKp41GOU9i

I'm tried to exclude in a Settings -> Editor -> Auto Import, but it takes no effect on a autocomplete. May be I can reorder autocomplete suggest, for placing the libraries classes on top? I'm using idea 12.0.4

like image 387
shlajin Avatar asked Jul 05 '13 09:07

shlajin


1 Answers

Does Settings -> Editor -> Auto Import -> Exclude from Import and Completion help you?

like image 126
vikingsteve Avatar answered Sep 28 '22 00:09

vikingsteve