How can I stop XML namespace suggestions for unknown namespaces?
Hi,
I'm using Idea 8 and today it's really getting on my nerves :)
I'm doing some Scala/Lift coding and for that I have the XML data. During editing Idea suggests xml namespaces because lift: and f: are not defined (there's not namespace for f with lift).
How can I disable this suggestion, which pops up every few seconds during typing (i.e. really annoying)?
Name
]]>
Please sign in to leave a comment.
Just add lift namespace declaration to your root tag:
]]>
That helps with the lift tags but this doesn't fix the f: tags (which are dynamic tags provided by lift).
Idea pops up a small blue tooltip window which suggests http://java.sun.com/xml/ns/j2ee and a second one.
This box appears every time I stop typing.
Is there any way to disable that box?
Name ]]>
Unfortunately not. Please file a JIRA request for that. It will be fixed
ASAP.
But you can disable all auto import popups (including java ones) in
Settings -> Editor -> Auto Import.
Hi,
thank you very much for your reply.
I finally submitted a report at http://www.jetbrains.net/jira/browse/IDEA-20761 .