Download at http://plugins.netbeans.org/plugin/52349/?show=true
This plugin adds hyperlinks to filenames within String literals of Java sources. If you click the hyperlink, then the file will be opened in the NetBeans editor.
Features:
- Supports relative paths regarding to the current file
- Supports relative paths regarding to the current project (source, test and resources roots)
- Supports absolute paths
- Support partial matches (relative to current dir and source roots) - can be disabled at Options|Misc
- Supports paths relative to project directory (since 1.2.0)
- Supports fully qualified classnames (since 1.3.0)
- Supports files in the same package but in different source root (since 1.3.0)
- [Issue 3]: Fixed freeze
- [Issue 19]: Fixed java.lang.AssertionError: Need to normalize ..., when there is a colon in the string #19
- [Issue 18]: NPE when pressing CTRL in the diff dialog
- [Feature 12]: Support fully qualified classnames
- [Feature 14]: Search for classname in dependencies too (only works for dependencies with sources)
- [Feature 10]: Find files in same package but different source root
- [Issue 16]: Make the hyperlinking faster / use less IO
- [Issue 11]: Fixed: NPE
- [Issue 9]: Fixed: Links to src/test/resources do not work
- [Feature 8]: Support of paths relative to project directory
- [Issue 7]: Fixed: NPE at ResourceHyperlinkProvider.findFiles
- [Issue 6]: Fixed: NPE at ResourceHyperlinkProvider.getMatchingFileInCurrentDirectory
- [Issue 5]: Fixed: Multiple matches: Selected file in dialog will open wrong file
- [Feature 1]: Support of partial matching (+ options dialog)
- [Issue 4]: Fixed: Provide a valid category for the update center
- initial version - implements the RFE https://netbeans.org/bugzilla/show_bug.cgi?id=237902
Provide defects, request for enhancements and feedback at https://github.com/markiewb/nb-resource-hyperlink-at-cursor/issues
Compatible to >=NB 7.2.1
Legal disclaimer: Code is licensed under Apache 2.0.