-
Notifications
You must be signed in to change notification settings - Fork 4
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
VS Code Auto-Import for styles
default export from *.module.css/scss/sass
#20
Comments
@karlhorky Thanks for reporting this IMO This is a good to have feature. |
@karlhorky A Basic version of this feature is published in 1.3.2 Let me know how it works. Unlike React Style Helper extension: React TS CSS would give suggestions of various css modules in your workspace. On selection the module will be imported automatically. Some improvements I already noted down
|
Thanks for the first version! 🙌 It is a bit unusable in this first version, some points and a video:
react-css-modules-vs-code-extension-auto-import.mp4 |
@karlhorky I went a little ambitious on this one. Looks like your suggestions are very much valuable
This alone would solve many issues. I tried React Style helper , the auto import along with auto complete never works for me. |
This has been shipped with 1.3.5 Closing this thread . If anything a new thread can be opened :) |
This is working well with Going to remove the React Style Helper extension from the student instructions and switch completely over here! |
Thanks a lot for the feedback . I would be so pleased if you could participate in a small survey https://forms.gle/rcGxv2hUbwU4rRX18 Thanks |
Great, filled the survey out, hope my feedback is useful for you! I also wrote a review for the extension on the VS Code extension marketplace: https://marketplace.visualstudio.com/items?itemName=viijay-kr.react-ts-css&ssr=false#review-details |
Thanks a lot @karlhorky |
Hi @Viijay-Kr! 👋
Would you consider allowing auto-import for the
styles
default export from*.module.css
,*.module.scss
and*.module.sass
files?Similar to the feature implemented in apptools-lab/AppWorks#961 for the React Style Helper extension:
The text was updated successfully, but these errors were encountered: