diff --git a/news/4.41/images/OpenInNewEditor.gif b/news/4.41/images/OpenInNewEditor.gif new file mode 100644 index 00000000..f2861fb7 Binary files /dev/null and b/news/4.41/images/OpenInNewEditor.gif differ diff --git a/news/4.41/images/OptionInHyperLink.png b/news/4.41/images/OptionInHyperLink.png new file mode 100644 index 00000000..f9bec086 Binary files /dev/null and b/news/4.41/images/OptionInHyperLink.png differ diff --git a/news/4.41/jdt.md b/news/4.41/jdt.md index 578c0a06..9b1e02de 100644 --- a/news/4.41/jdt.md +++ b/news/4.41/jdt.md @@ -12,10 +12,26 @@ A special thanks to everyone who [contributed to JDT](acknowledgements.md#java-d ## JUnit --> - + +### Open Types and Methods in a New Editor from Hyperlinks + +
+Contributors + +- [Sougandh S](https://github.com/SougandhS) +
+ +The Java editor now provides an `Open in New Editor` option in the hyperlink popup for types and methods. + +![Context in Hyperlink](images/OptionInHyperLink.png) + +When navigating to a declaration, implementation, or method within the same editor, users can now choose to open the target in a separate editor tab directly from the hyperlink menu. + +![Context in action](images/OpenInNewEditor.gif) + +This makes it easier to inspect implementations, compare code, and work with multiple locations in parallel without losing your current position.