Code Lens

Action row above a function signature showing references, implementations, and inline commands.

function greet(name: string)

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Editor22 } from "@/components/beste/piece/editor22";

<Editor22
  items={[
    {
      "label": "references",
      "value": 8
    },
    {
      "label": "implementations",
      "value": 2
    },
    {
      "label": "run test"
    }
  ]}
  signature="function greet(name: string)"
/>