|
Project
|
IntelliJ IDEA
|
|
Priority
|
Normal |
|
Type
|
Bug |
|
Fix versions
|
No Fix versions |
|
State
|
Fixed |
|
Assignee
|
Alexey Kudravtsev |
|
Subsystem
|
Editor. Code Completion |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
108.65 |
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" xmlns="http://www.w3.org/1999/xhtml" version="2.0"
xmlns:c="http://java.sun.com/jsp/jstl/core"
xmlns:spring="http://www.springframework.org/tags"
xmlns:fmt="http://java.sun.com/jstl/fmt">
<html>
<body>
<spring:message code=""/>
<fmt:message key=""/>
</body>
</html>
</jsp:root>
The completion proposals shown are both wrong, and seem to some from an IDEA plugin project that I had open at the same time as the current web project.
Selena 6963:
6.0.6 EAP (#6184):
I hope it's clear that this is "broken beyond belief" at the moment, making working on i18n web projects definitely "without pleasure".
Will the solution be included in 6.0.6?