typescript-go icon indicating copy to clipboard operation
typescript-go copied to clipboard

Questionable code lenses for object type members on a single line

Open DanielRosenwasser opened this issue 2 weeks ago • 0 comments

export function someFunc(options: { x: string, y: string, z: string }) {
}

This creates 4 references code lenses. We probably don't want to provide code lenses when the parent start/end is on the same line, or when a sibling element is on the same line.

Image

DanielRosenwasser avatar Dec 11 '25 01:12 DanielRosenwasser