When in JSP Editor in Javascript Code and the middle condition in a for-loop is a “<” (and only “<“) and there is no space (or any other character) after this, then the java-content-assist after that line (in complete Javascript Block!) won’t work. See my attachment
I have the Latest MyEclipse
Here is a test scenario
<%@page contentType="text/html; charset=iso-8859-1" language="java"
import="java.util.*" %><%
Map<String, String> messageMap = new HashMap<>();
%><script type="text/javascript">
var myVar = 10;
for (var i=0; i< myVar; i++)
{
<%= messageMap. %>
}
</script>
Attachments:
You must be
logged in to view attached files.