Pavel_K created NETBEANS-5716:
---------------------------------

             Summary: Add generics angle brackets (<>) highlighting for Java
                 Key: NETBEANS-5716
                 URL: https://issues.apache.org/jira/browse/NETBEANS-5716
             Project: NetBeans
          Issue Type: Improvement
            Reporter: Pavel_K
         Attachments: Screenshot from 2021-05-27 10-33-18.png

When we work with round brackets in java we can see the start and end bracket 
via highlighting. For example:

!Screenshot from 2021-05-27 10-33-18.png!

I suggest to add the same functionality for angle bracket of generics, because 
rather often a structure can be complex and it is not seen where the bracket 
starts and where it ends.

For example,
{code:java}
Map<Class<? extends AbstractStudent>,  Map<CourseTime, List<? extends 
AbstractCourse>>> coursesByStudentTypeAndTime;{code}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to