microsoft / microsoft/TypeScript

Questionable code lenses for object type members on a single line

Open
#63,792 0 comments 0 reactions 1 assignee Claimed by @DanielRosenwasser View on GitHub
Dominant language
Go
Stars
111k
Forks
14.3k
Avg merge
2d 4h
Merged PRs (30d)
132

Description

```tsx
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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.