I'm not sure if this is out of scope for this module, but it would be nice to have autocomplete when importing css modules.
At the moment I have code like this
import styles from './Block.module.scss';
But vscode will never offer any suggestions when writing the import. Suggestions work just fine when actually using styles.
I'm not sure if this is out of scope for this module, but it would be nice to have autocomplete when importing css modules.
At the moment I have code like this
But vscode will never offer any suggestions when writing the import. Suggestions work just fine when actually using
styles.