VS Code Extensions
Tell AI Path

Tell AI Path

by dankit

Copy the full C# member path from the editor context menu.

Downloads

1

Rating

(0)

Version

0.0.2

Last updated

Aug 01, 2026

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

  1. Open a C# file.
  2. Double-click to select a class name or member name.
  3. Right-click and choose Tell AI Path.
  4. The extension copies the resolved path to the clipboard.

Related extensions