Hi!
I have a Java file open in UltraEdit. It is syntax highlighted correctly. In Eclipse, and likely most other IDEs, when I hover over a method name and hold down the Ctrl key, it becomes a dynamic hyperlink that, when clicked, brings the cursor to that method in the code.
Is there an equivalent keystroke/mouse combination in UE to do the same?
What I've been doing as a workaround is highlighting the method name, finding all occurrences of it, and then double clicking the method declaration within the search results list. This works, but is very cumbersome. I do 95% of my work in Eclipse, but it is sometimes convenient to have a Java file open in UE, too.
I have a Java file open in UltraEdit. It is syntax highlighted correctly. In Eclipse, and likely most other IDEs, when I hover over a method name and hold down the Ctrl key, it becomes a dynamic hyperlink that, when clicked, brings the cursor to that method in the code.
Is there an equivalent keystroke/mouse combination in UE to do the same?
What I've been doing as a workaround is highlighting the method name, finding all occurrences of it, and then double clicking the method declaration within the search results list. This works, but is very cumbersome. I do 95% of my work in Eclipse, but it is sometimes convenient to have a Java file open in UE, too.
- Hovering with Ctrl key held down.
- Brought to the method after clicking the dynamic hyperlink.