ReSharper 2021.2 Help

Copy symbol information to clipboard

ReSharper provides two handy commands for copying symbol information to clipboard:

Copy XML-Doc ID

When you invoke this command on any symbol (declaration or usage), it copies to the clipboard its XML-Doc ID, which will identify this symbol in the XML documentation of your code. You can use this ID when referencing this symbol from XML-doc comments of other symbols. For more information about the ID format, see Processing the XML File (C# Programming Guide).

For example, for the method MyMethod declared as

namespace MyNamespace { class MyClass { void MyMethod(){} } }

the XML-doc ID will be M:MyNamespace.MyClass.MyMethod

Copy Fully-qualified name

When you invoke this command on any symbol (declaration or usage), it copies to the clipboard its fully-qualified name or any of its prefix parts:

Copying fully-qualified type name with ReSharper

You may need symbol's fully-qualified name in different situations, for example when you use reflection.

If you use JetBrains Upsource and/or Roslyn-based source browser to browse your source code online, you can use this command to copy URIs that will locate the current symbol in the browser.

If you want to use these additional features, configure the base URIs for the services you use on the Environment | Search & Navigation page of ReSharper options (Alt+R, O).

If your project is hosted on GitHub, you will also be able to copy the GitHub link for the current caret position.

This feature is supported in the following languages and technologies:

Language: C#

Language: VB.NET

Language: C++

Language: HTML

Language: ASP.NET

Language: Razor

Language: JavaScript

Language: TypeScript

Language: CSS

Language: XML

Language: XAML

Language: Resx

Language: Build Scripts

Language: Protobuf

Language: JSON

Feature is available in C#

Feature is available in Visual Basic .NET

Feature is available in C++

Feature is not available in HTML

Feature is not available in ASP.NET

Feature is not available in Razor

Feature is not available in JavaScript

Feature is not available in TypeScript

Feature is not available in CSS

Feature is not available in XML

Feature is not available in XAML

Feature is not available in Resource files

Feature is not available in build script files

Feature is not available in Protobuf

Feature is not available in JSON

The instructions and examples given here address the use of the feature in C#. For details specific to other languages, see corresponding topics in the ReSharper by language section.

Last modified: 26 October 2021