You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/12/08 20:22:01 UTC

[GitHub] [netbeans] matthiasblaesing commented on pull request #5013: Make more hints for java available

matthiasblaesing commented on PR #5013:
URL: https://github.com/apache/netbeans/pull/5013#issuecomment-1343307744

   I pushed an updated version the changes:
   - Rebases onto current master
   - Adjust formatting
   - Move lazy initialization in `Utilities` and `SemanticHighlighterBase` to double checked locking
   - Move types for `var` statements to the end of line
   - Fix rendering of "prepend-text" at EOL (cursor was display in prepend text and EOL special char was overprinted)
   - Make typeinformation for `var` available as tooltip (independed of inline hints). The tooltip can be called when the cursor is one the `var` token and CTRL-P is pressed (it is the keystroke, that shows method parameters).
   
   Result:
   
   ![image](https://user-images.githubusercontent.com/2179736/206559651-f69b7912-3b62-41c7-863d-5182b2494ac2.png)
   
   This has all inline hints enabled and shows the new tooltip


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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