Inlay Hints

1const user = createUser(name: "Ayşe", role: "admin");
nameinlay parameter hints
About this piece

Inlay Hints

Function call with muted parameter-name chips inlaid before each argument.

Usage

The import and the props worth knowing about, in one place.

import { Editor29 } from "@/components/beste/piece/editor29";

<Editor29 />

More Editor pieces

View all Editor
Dashboardrender()if (isReady)
    // hidden lines…
    const ready = useReady();
    if (!ready) return null;

Sticky Header

Scope breadcrumb pinned above a code snippet, showing the current class, method, and block.

greet()
greet(name: string, locale: Locale): string
Greet the user with a localized message.

Parameter Hints

Function call line with a caret plus a signature popover underneath. The current parameter underlines in primary.

AI Suggestion
const greet = (name: string) => `Hello, ${name}!`;

Inline Suggestion

AI Suggestion caption above a code line with a solid prefix, italic muted ghost text, and a blinking caret.

1function·greet(name)·{
2return·`Hello,·${name}!`;
3}

Whitespace Markers

Code lines with muted middle-dots for spaces and → glyphs for tabs, revealing indentation.

index.tsx
button.tsx
card.tsx
theme.css

Editor Tab Bar

Row of filename tabs with active styling. Dirty tabs show a sky dot in place of the close button.

Call stack
  • renderListlist.tsx:42
  • Dashboarddashboard.tsx:14
  • Appapp.tsx:8

Debugger Panel

Call stack list with function names, source file and line, and an amber current-frame highlight.