03-completionshover×6 completionall
// `^|` captures the member-completion list at the cursor position.
const 
const point: { x: number; y: number; label: string; }
point
= {
(property) x: number
x
: 1,
(property) y: number
y
: 2,
(property) label: string
label
: "origin" }
const point: { x: number; y: number; label: string; }
point
.
(property) x: number
x
  • label
  • x
  • y