-
Notifications
You must be signed in to change notification settings - Fork 74
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
Intellisense not working (TS) #42
Comments
I have found the issue:
When I comment out |
Oh, I missed that in the example. Should change it. Thanks for noticing. The spec tells us that I agree that autocompletion in VSCode should work even if it contains
Hopefully we can make them reconsider. |
Closing because autocompletion is in the hands of TypeScript and we can't do much about it. |
@frenic, would you consider rewriting the concerned types as proposed in this TypeScript issue comment? |
@dmahnkopf That hack is already in |
alignSelf
from the frontpage does not throw an error becausestring
is allowed:Also with the latest typescript 2.8.1 and csstype 2.2.0 and the latest VSCode I do not get any intellisense for
alignSelf
. Does it work for you?The text was updated successfully, but these errors were encountered: