idea 7 M1: Idea not recognizing/parsing a 2MB java file
Hi,
Im using idea 7 M1, there is an apache axis generated WS stub file,which is around 2MB. Idea does not seem to parse this file, so references to classes in this file elsewhere in the module are not recognized by idea. (Which means no navigation/code complete etc). However the compilation goes through fine. Is there any setting to up the max size of a file?(if it is there.)
Any help is greatly appreciated!
thnx!
请先登录再写评论。
Hello neelesh,
The max size is defined by idea.max.intellisense.filesize property in idea.properties
(2048K by default).
-
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Hi Dmitry,
That worked like a charm. Thanks a lot!
thnx!