JavaScript - Default APIs?
There are numerous default JavaScript functions that appear in the code completion popup. I would like to remove some of them. I have searched the .app (Mac OS) and can't find the default files. Is there any way to remove these default script completion files?
Edit: This is with IDEA 7, Milestone 1 (but IDEA 6 information is fine too)
Message was edited by:
Jack Slocum
请先登录再写评论。
Hi!
The predefined JS data for completion is stored here in the xml format
IDEA_HOME\plugins\JavaScriptLanguage\lib\JavascriptLanguage.jar\com\intellij\lang\javascript\index\predefined
Hello Jack,
I think default predefines are packaged with Javascript language plugin (as
resources inside jar).
What would you want to remove?
That's exactly what I was looking for. Thank you!