antonk52 / cssmodules-language-server

autocompletion and go-to-defintion for cssmodules
MIT License
54 stars 8 forks source link

Could you please support named export? #19

Open nyngwang opened 4 months ago

nyngwang commented 4 months ago

decription

It seems that named export is not detected, which is embarrassing because it's an ES6 feature that everyone loves :(

screenshot

no problem with default export though

cc @antonk52

antonk52 commented 4 months ago

Currently only default exports are supported. Would you like to send a PR to add named imports support?