We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
希望能支持interface详细类型信息展示(狗头保命
type A = { a: number; } interface Props extends A {}; // ^? interface Props
The text was updated successfully, but these errors were encountered:
在这里的类型会被认为是一个符号,实际上我的实现是通过获取 hover type 来完成的,所以在这里可能没有办法获取到一个符号内部的结构。
我推测 hover type 的 ts lsp 只会展示 literal object type,而像这种符号则会被直接展示出来。
先开着,或许回头能想点办法,或者去 push ts team。
Sorry, something went wrong.
No branches or pull requests
希望能支持interface详细类型信息展示(狗头保命
The text was updated successfully, but these errors were encountered: