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 178286 - Namespaces code completion
Summary: Namespaces code completion
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-08 04:17 UTC by nbbert
Modified: 2016-07-07 08:55 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nbbert 2009-12-08 04:17:49 UTC
I use J2EE JSP with xml notation. This is not new, jsp xml notation exists for serveral years now, but netbeans code completion still has troubles with it.
This is my namespace definition:
---
<jsp:root version="2.0"
          xmlns:jsp="http://java.sun.com/JSP/Page"
          xmlns:c="http://java.sun.com/jsp/jstl/core"
          xmlns:fn="http://java.sun.com/jsp/jstl/functions"
          xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0">
---
But netbeans does no code completion on the c, fn and mm tags.
Code completion is the killer functionality of an IDE. I do not know all the parameters by head. Now I have to look them up all the time.

thanks!
Bert
Comment 1 Marek Fukala 2009-12-09 02:08:11 UTC
Added to the Netbeans 6.9 features plan http://wiki.netbeans.org/JspAndEL#JSP
Comment 2 Martin Balin 2016-07-07 08:55:47 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss