-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add feature: copy fully qualified name #374
Comments
I think should work on pretty much anything actually:
It should work equally on declarations, definitions, assignments and usage instances. |
Is there a timeline on when this feature will be available? Btw, this extension provides the feature: https://marketplace.visualstudio.com/items?itemName=YouMayCallMeV.vscode-java-saber |
You can hover on the class name and copy the fully qualified name from the popup window |
Thanks for the hint, I'll check it out asap (right now I'm back to eclipse for now). |
My 2 cents:
IMHO, this is the very basic function of every good Java IDE. Are there really no plans to implement it? |
From the user @mojo2012 logged on the debugger side:
I often need to copy a classes fully qualified name, eg. to put into a spring.xml file.
Best would be to have it directly in the context menu when right-clicking on a class name.
The text was updated successfully, but these errors were encountered: