A VS Code extension that adds a C# editor context menu command to copy the full C# symbol path in the form Namespace.Type or Namespace.Type.Member.
The extension depends on the official C# extension to resolve definitions and document symbols.
Usage
- Open a C# file.
- Double-click to select a class name or member name.
- Right-click and choose
Tell AI Path. - The extension copies the resolved path to the clipboard.