Function call line with a caret plus a signature popover underneath. The current parameter underlines in primary.
The import and the props worth knowing about, in one place.
import { Editor17 } from "@/components/beste/piece/editor17";
<Editor17
fn="greet"
params={[
{
"name": "name",
"type": "string",
"active": true
},
{
"name": "locale",
"type": "Locale"
}
]}
returnType="string"
description="Greet the user with a localized message."
/>function greet(name: string): stringReturns a localized greeting for the given name.
@/lib/greet.tsWavy-underlined symbol above a type-hover card showing signature, one-line description, and source path.
Compact jump-to-line input with a typed value, a blinking caret, and the total line count.
1const user = createUser(name: "Ayşe", role: "admin");nameinlay parameter hints
Function call with muted parameter-name chips inlaid before each argument.
function greet(name: string)Action row above a function signature showing references, implementations, and inline commands.