Code completion not working inside pom.xml
Hello,
I am using IntelliJ 13.1.5 on Mac OSX Mavericks.
Since today I have problems with the return and tab keys in pom.xml files (they are not functioning any more).
When I try to do auto-completion (via ctrl-space) it shows a small blue box for a second, which instantly disappears again.
It seems to be empty, too.
Even live templates are not functioning anymore.
What can I do to get it running again?
Regards
Florian
Please sign in to leave a comment.
I have found the following in the log file:
Hello.
Can you attach your project here to let me find the problem?
If you cannot, then you can try the following hint on your side:
https://youtrack.jetbrains.com/issue/IDEA-120069#comment=27-667885
If the reference is not clear, one has to do the following:
1. Turn on the profile to include the problematic module. Probably get the error.
2. Select the module in the Project tool window.
3. F4 to open the module definition in Project Structure dialog.
4. Open Dependencies tab. See the list of "Maven: *" library entries.
5. One (or more) of these libraries contains a reference to pom.xml instead of jar in its definition. (You have to open every definition.)
You can try to remove that reference and reimport the module.
_If_ my supposition is correct (I do not see the actual project), this may help.
Regards,
Alexander.
Hello Alexander,
since the project is closed source, giving you the code is not an option :(.
I have searched with your hints and found the following:
Maybe this can help you to search the error in the AngularJS plugin?
This looks very similar to https://youtrack.jetbrains.com/issue/WEB-12339
I've added the reference to this thread. Welcome to comment or add any information to that issue, if you like.
Regards,
Alexander.