Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 983 Bytes

README.md

File metadata and controls

41 lines (22 loc) · 983 Bytes

Features

While editing a JSX or TSX file, you can open the corresponding css module file.

openCssModuleDemo

Usage

After install this extension, just open the command palette (Ctrl+Shift+P) and choose open css module or open css module (Beside).

Setting

Open setting (Ctrl + ,) and open OpenCssModule tab. You can enable Auto Create function.

autoCreate

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.

Updates

0.0.4

  • fix import sentence when Styles Directory is set to './' or '.'

0.0.3

  • fix message

0.0.2

  • add autoCreate method
  • refactor code

0.0.1

  • First Release