-
Notifications
You must be signed in to change notification settings - Fork 117
Contribute typescript-styled-plugin to provide styled intellisense #41
Conversation
Fixes styled-components#2 Fixes styled-components#38 Uses the `typescript-styled-plugin` to add intellisense, error reporting, and other language features for styled strings. This requires VS Code 1.20+ (current insiders builds). Users on 1.19 will only get the intellisense if they are working in a jsconfig or tsconfig project
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yesss, this is great! Thank you so much! 🎉
Does this work on Babel JS too? |
* Detailed CSS IntelliSense while working in styled strings. | ||
* Syntax error reporting. | ||
|
||
> **❗Important**: IntelliSense and language support requires VS Code 1.20+. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works fine for me in VS Code 1.19.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah. Sorry. There was a leftover jsconfig.json
that I didn't see.
So VSCode just released 1.20, so all the current builds support AutoCompletion. I just tested it & its working 🎉 |
Yep, this has nothing to do with using TypeScript afaik @wmertens! |
@mjbvz Great job! |
Uses typescript-styled-plugin to add intellisense, error reporting, and other language features for styled strings
This requires VS Code 1.20+ (current insiders builds). Users on 1.19 (the current release) will only get the intellisense only if they are working in code with a jsconfig or tsconfig project
Fixes #2
Fixes #38
Fixes microsoft/typescript-styled-plugin#10