Community
Participate
Working Groups
Build Identifier: 20100617-1415 It seems org.eclipse.jst.jsp.core/plugin.xml is missing "org.eclipse.wst.xml.core.modelQueryExtensions" extension point declarations for contentType "org.eclipse.jst.jsp.core.tagsource" (see patch). Suggestions will only show if cursor is at the root of the document (see Bug 31196). Reproducible: Always Steps to Reproduce: 1.Add a <table> element 2. Put the cursor inside the created <table> element, try to use content assist (ctrl+space) to insert a taglib (try to find <jsp:doBody> within suggestions for example).
Created attachment 180319 [details] [patch] Extension points for "org.eclipse.jst.jsp.core.tagsource" content type
Bug 311961 and not Bug 31196 as mentioned before (In reply to comment #0) > Build Identifier: 20100617-1415 > > It seems org.eclipse.jst.jsp.core/plugin.xml is missing > "org.eclipse.wst.xml.core.modelQueryExtensions" extension point declarations > for contentType "org.eclipse.jst.jsp.core.tagsource" (see patch). Suggestions > will only show if cursor is at the root of the document (see Bug 31196). > > Reproducible: Always > > Steps to Reproduce: > 1.Add a <table> element > 2. Put the cursor inside the created <table> element, try to use content assist > (ctrl+space) to insert a taglib (try to find <jsp:doBody> within suggestions > for example).
Thanks for your patch, I've committed it to 3_2_Maintenance and HEAD.