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

Summary: JSP autocomplete suggestions don't show unless there is a space before closing code tag
Product: ide Reporter: mclaborn <mclaborn>
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

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