While editing a JSX or TSX file, you can open the corresponding css module file.
After install this extension, just open the command palette (Ctrl+Shift+P) and choose open css module
or open css module (Beside)
.
Open setting (Ctrl + ,) and open OpenCssModule
tab.
You can enable Auto Create function.
Auto Create allows create new files when there are no css modules. Set the Styles Directory as the directory where the files should be created.
- fix import sentence when Styles Directory is set to './' or '.'
- fix message
- add autoCreate method
- refactor code
- First Release