Add ability to copy full path of any code element to clipboard.

Sometimes i need to copy to cllipboard some type or any other element name with full path. For example i have code

    Console.WriteLine("your ass");

I want to:

1. Click with right button to word WriteLine.

2. Find somewhere in menu command "Copy with full path"

3. Copy to clipboard text "System.Console.WriteLine"

 

Why i need it?

1. To send some class or method name to programmer with exactly needed namespace

2. When i editing swagger spec

1
1 comment

Hi!
There is already necessary action - "Copy XML-Doc ID to clipboard".
Press ALT+ENTER on necessary element (here WriteLine), start typing "XML", actions will be filtered and necessary one will appeared, execute it and you are done.

1

Please sign in to leave a comment.