Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Css Less Sass Go!New to Visual Studio Code? Get it now.
Css Less Sass Go!

Css Less Sass Go!

njzzz

|
174 installs
| (1) | Free
jump to css/less/sass/styl/stylus file from .js/.ts/.tsx/.jsx/.vue file
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft