-
-
Notifications
You must be signed in to change notification settings - Fork 343
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
Unable to use @enum
or @alias
type in table index (index signature)
#2791
Comments
@enum
type in table index (index signature)
Surprisingly, it doesn't work with I guess |
@enum
type in table index (index signature)@enum
or @alias
type in table index (index signature)
This used to work perfectly fine, what broke it? I remember using this december last year with no issue at all. Is it the LSP or VS Code? |
LSP. I don't use vscode. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't know if this is intended or not, but IIRC this is possible in typescript.
When calling
x
with a table (e.g.x({ | })
), I expect to receive completion fora
andb
, but I don't get that.The text was updated successfully, but these errors were encountered: