This plugin allows you to copy the fully qualified name of the element at the caret in the java source editor to the clipboard. There is also a context menu entry to copy it from the members and hierarchy view. Shortcuts for these actions can also be defined.
- Copy qualified name (in Java editor):
CTRL-J, CTRL-C
- Copy qualified name (in Members/Hierarchy view):
CTRL-J, CTRL-I
- [Bug]: Built artefacts have wrong name
- [Feature]: Don't use FQN for types from java.lang
- [Feature]: Shorten up FQN (eclipse like, enabled by default) and option dialog
- [Feature]: Support annotation types too
- [Bug]: Support generics in parameters
- [Bug]: Do not copy return type of methods (keep it compatible to eclipse)
- [Task]: Convert to maven-based project
- [Task]: Add donation link
- Fix: runnable in JDK6/JDK7
- Issue 5: Attach action into context menu of members and hierarchy view (≥ NB 7.3)
- some internal rewrites
The code is originally based on the tutorials [1] and [2].
Regarding to [3] the code from tutorials is free and [4] 4.c applies, so that this derivate can be licensed separately.
Provide defects, request for enhancements and feedback at https://github.com/markiewb/nb-copy-fqn/issues
Compatible to NetBeans 7.4+ and JDK7+