Disable Intellij smart completion for certain types of files
It's pretty laggy when I modify JSP files in intellij. It could be that Intellij is checkingi package contents for auto completion suggestions. I love this feature for java classes... but it is too sluggish for JSP files.
Any ideas?
Thanks!
Please sign in to leave a comment.
Use Hector the Inspector icon in the status bar to switch level to highlighting only per file.
Thanks! Where's the selection for per file basis?
oh nvm it is per file, interesting. Is there a way to do it for any type of file? i.e. *.jsp
Thanks!
Lastly, that helped a bit perhaps, but I think the main reason it was so sluggish is: Every time I make a small change on the jsp, I see in the bottom status bar "Checking FILENAME" -- and it checks through a bunch of files. This I believe is causing the dealy. I don't see this problem with .java files.
=/