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 166909

Summary: add HTML comment end tag completion in the same manner as in JSP
Product: web Reporter: Jindrich Sedek <jsedek>
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Sun   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 235150    

Description Jindrich Sedek 2009-06-11 11:40:39 UTC
in JSP type <%-- some comment -| and invoke cc at position of "|" -> --%> is completed

it would be good to implement the same functionality in HTML:
<!-- some comment -| -> invoke cc and you get <!-- some comment -->