Vscode-java: Add feature: copy fully qualified name

Created on 21 Nov 2017  路  4Comments  路  Source: redhat-developer/vscode-java

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.

enhancement

Most helpful comment

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

All 4 comments

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.

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).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jcjolley picture jcjolley  路  3Comments

joewood picture joewood  路  3Comments

ulongx picture ulongx  路  4Comments

protoEvangelion picture protoEvangelion  路  3Comments

shawmanz32na picture shawmanz32na  路  3Comments