clinyong / vscode-css-modules

https://marketplace.visualstudio.com/items?itemName=clinyong.vscode-css-modules
MIT License
143 stars 39 forks source link

Implement support for bracket syntax, fixes #70 #92

Open Eldemarkki opened 1 year ago

Eldemarkki commented 1 year ago

Still missing support for combining optional chaining with bracket syntax, e.g. styles?.["mainButton"]. I didn't implement it because I don't know how important it is (I don't need it), but I can try implementing it in this PR if you want :)

Fixes #70

P.S. There were some style changes enforced by editorconfig, that's why there are so many unrelated changes.