Scope breadcrumb pinned above a code snippet, showing the current class, method, and block.
// hidden lines…
const ready = useReady();
if (!ready) return null;Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Editor18 } from "@/components/beste/piece/editor18";
<Editor18
scopes={[
"Dashboard",
"render()",
"if (isReady)"
]}
/>1const user = createUser(name: "Ayşe", role: "admin");nameinlay parameter hints
Function call with muted parameter-name chips inlaid before each argument.
Code template with dashed-outline tab stops. Active placeholder tints primary, others stay muted.
Ship with confidence by running through the five-point review.
pnpm releaseRendered markdown mini card with a heading, lede paragraph, bullet list, and inline code chip.
Call stack list with function names, source file and line, and an amber current-frame highlight.
function greet(name: string)Action row above a function signature showing references, implementations, and inline commands.
const greet = (name: string) => `Hello, ${name}!`;AI Suggestion caption above a code line with a solid prefix, italic muted ghost text, and a blinking caret.