hbitteur commented on issue #7327:
URL: https://github.com/apache/netbeans/issues/7327#issuecomment-2080402073

   Sorry for this late answer, I was away from my laptop.
   
   I should have been more explicit in my post.
   The problem is not the _failure_ of a feature (e.g. Netbeans not being able 
to access some dependency as you suggested) but the **_triggering_** of this 
feature.
   
   As if the keymap had been modified (which I didn't). I just double-checked 
in `Tools | Options | Keymap`, and the "Go to Declaration" action is still 
mapped to `CTRL`+`B`.
   
   In previous Netbeans versions (20 for example), we also had the ability to 
hold down the `CTRL` key while moving the mouse over some Java source code.
   For example, just by hovering above say the word "`String`" in the Java 
statement "String fooBar;", a small popup window would appear to display 
something like:
   ``` Java
   java.lang
   public final class String extends 
[Object](https://github.com/apache/netbeans/issues/*1) implements [Serializable]
   ...
   The String class represents character strings. All string literals in Java 
programs, such as "abc", are implemented as instances of this class.
   ...
   ```
   Then a left click on this "String" word would open the String class source 
code.
   
   In Netbeans 21, none of these triggers do anything.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to