This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268104 - JSP autocomplete suggestions don't show unless there is a space before closing code tag
Summary: JSP autocomplete suggestions don't show unless there is a space before closin...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-19 20:23 UTC by mclaborn
Modified: 2016-09-19 20:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (996.46 KB, text/plain)
2016-09-19 20:23 UTC, mclaborn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mclaborn 2016-09-19 20:23:18 UTC
Product Version = NetBeans IDE 8.2 RC (Build 201609140952)
Operating System = Linux version 4.4.0-36-generic running on amd64
Java; VM; Vendor = 1.8.0_102
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.102-b14

Reproducibility: Happens every time

Given a code snippet like this:
<%=StringUtil.em%>
with the cursor immediately after "em", ctrl+space will only show auto-complete suggestions if there is a space before the closing %>. Seems like it should be able to show the auto-complete suggestions without a space.
Comment 1 mclaborn 2016-09-19 20:23:21 UTC
Created attachment 162119 [details]
IDE log