HosseinAgha / vscode-open-react-component-style

Open React Components style file (with same name) in vscode

Home Page:https://marketplace.visualstudio.com/items?itemName=hosseinagha.vscode-open-react-component-style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do you store the styles for your component in a css/styl/scss beside your (React) component? (e.g. App.css and App.styl)
Do you constantly switch between the style file and component file?
This extension is made for you ;)
Just run Open Component Or Style or use key bindings

Extension Settings

You can add new code (component) and style languages using the following settings:

  • openComponentOrStyle.styleFileLanguages: language of the style files
  • openComponentOrStyle.codeFileLanguages: language of the code (component) files

About

Open React Components style file (with same name) in vscode

https://marketplace.visualstudio.com/items?itemName=hosseinagha.vscode-open-react-component-style

License:MIT License


Languages

Language:TypeScript 80.7%Language:JavaScript 19.3%