Skip to content

Add generics angle brackets (<>) highlighting for Java #5024

Open
@PavelTurk

Description

@PavelTurk

Description

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Contribution welcomeAn 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)good first issuekind:featureA feature request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions