Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show constructor signature in hover information #182

Closed
chriskriel opened this issue Jun 21, 2024 · 2 comments · Fixed by #238
Closed

Show constructor signature in hover information #182

chriskriel opened this issue Jun 21, 2024 · 2 comments · Fixed by #238
Assignees
Labels
Apache-Netbeans bug Something isn't working patch-ready-YTD The code has been merged in the branch/fix ready, release yet to happen
Milestone

Comments

@chriskriel
Copy link

When hovering over a method the hover information / tool-tip correctly shows the method signature. However for a constructor it incorrectly (in my opinion) shows class information and not the signature.

The only why to see the constructor's signature is to hover over a numeric argument to the constructor, which is not always available.

@chriskriel
Copy link
Author

To be more clear, said "numeric argument" must be a constant, otherwise the tool-tip shows the variable declaration.

@Achal1607 Achal1607 added the bug Something isn't working label Jun 24, 2024
@Achal1607 Achal1607 added In-Progress For the issues being worked on Apache-Netbeans labels Aug 6, 2024
@Achal1607 Achal1607 added patch-ready-YTD The code has been merged in the branch/fix ready, release yet to happen and removed In-Progress For the issues being worked on labels Aug 13, 2024
@Achal1607
Copy link
Member

PR raised in Netbeans: apache/netbeans#7654

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Apache-Netbeans bug Something isn't working patch-ready-YTD The code has been merged in the branch/fix ready, release yet to happen
Projects
None yet
3 participants