-
Notifications
You must be signed in to change notification settings - Fork 904
Labels
Contribution welcomeAn issue or feature not currently being worked on, but a contribution would be welcomed!An issue or feature not currently being worked on, but a contribution would be welcomed!Java[ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form)[ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form)kind:featureA feature requestA feature request
Description
Description
When we work with round brackets in java we can see the start and end bracket via highlighting. For example:
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,
Map<Class<? extends AbstractStudent>, Map<CourseTime, List<? extends AbstractCourse>>> coursesByStudentTypeAndTime;
The issue was also opened in old jira: https://issues.apache.org/jira/browse/NETBEANS-5716
Use case/motivation
No response
Related issues
No response
Are you willing to submit a pull request?
No
Code of Conduct
Yes
ExE-Boss
Metadata
Metadata
Assignees
Labels
Contribution welcomeAn issue or feature not currently being worked on, but a contribution would be welcomed!An issue or feature not currently being worked on, but a contribution would be welcomed!Java[ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form)[ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form)kind:featureA feature requestA feature request