css-less-sass-go
Help you jump to css/less/sass/styl/stylus file from .js/.ts/.tsx/.jsx/.vue file.
Support node_modules and alias .
Requirements
compilerOptions.paths is required in your project's tsconfig.json/jsconfig.json file at the project's root dir.
For example
{
"compilerOptions": {
"paths": {
"@/*": ["src/*"],
}
}
}
Usage
Cmd/Ctrl + leftClick
Toggle
Use Cmd/Ctrl +Shift + P to open command and input Toggle Css Less Sass Go!
No need to reload vscode
Release Notes
1.0.1
feat: support json config with comments
1.0.0
feat: first publish
Enjoy!
| |