Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript: Add intellisense on extended types (ie: interface Itest extends Pick<T, keyof T>) #3183

Open
VSCodeTriageBot opened this issue Jul 4, 2022 · 0 comments

Comments

@VSCodeTriageBot
Copy link
Owner

Using typescript, I'd like to get Intellisense on extended types. Example below:

As expected, I get intellisense on the utility type "Pick" when creating a new object.
image

However if I generate an interface that extends this type, I don't get the intellisense anymore though Typescript is still aware of the expected keys
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant