Skip to content
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

Open
yaohaizh opened this issue Nov 21, 2017 · 5 comments
Open

Add feature: copy fully qualified name #374

yaohaizh opened this issue Nov 21, 2017 · 5 comments

Comments

@yaohaizh
Copy link
Collaborator

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.

@ADTC
Copy link

ADTC commented Dec 14, 2017

I think should work on pretty much anything actually:

  • class name
  • method name
  • variable name
  • annotation name
  • package name

It should work equally on declarations, definitions, assignments and usage instances.

@mojo2012
Copy link

mojo2012 commented Apr 30, 2018

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

@Zhan-Jie
Copy link

Zhan-Jie commented Dec 2, 2019

You can hover on the class name and copy the fully qualified name from the popup window

@mojo2012
Copy link

mojo2012 commented Dec 2, 2019

Thanks for the hint, I'll check it out asap (right now I'm back to eclipse for now).

@pbodnar
Copy link

pbodnar commented Mar 5, 2024

My 2 cents:

IMHO, this is the very basic function of every good Java IDE. Are there really no plans to implement it?

@yaohaizh yaohaizh assigned jdneo and unassigned yaohaizh Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants