theoludwig / vscode-styled-jsx

Visual Studio Code syntax highlighting and auto-completion for styled-jsx.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode-styled-jsx

Visual Studio Code syntax highlighting and auto-completion for styled-jsx.

⚠️ This project is not maintained anymore, you can still use the code as you wish and fork it to maintain it yourself.

Node.js CI Typescript Standard Style Licence MIT Conventional Commits Contributor Covenant

πŸ“œ About

All the features of a CSS/SCSS file inside Visual Studio Code for styled-jsx.

How to install ?

  • styled-jsx Syntax Highlighting

    Launch VS Code Quick Open (⌘+P), paste the following command, and press enter.

    ext install Divlo.vscode-styled-jsx-syntax
    
  • styled-jsx Language Server

    Launch VS Code Quick Open (⌘+P), paste the following command, and press enter.

    ext install Divlo.vscode-styled-jsx-languageserver
    

The 2 extensions are also available on open-vsx

πŸ’‘ Contributing

Anyone can help to improve the project, submit a Feature Request, a bug report or even correct a simple spelling mistake.

The steps to contribute can be found in the CONTRIBUTING.md file.

πŸ“„ License

MIT

About

Visual Studio Code syntax highlighting and auto-completion for styled-jsx.

License:MIT License


Languages

Language:TypeScript 90.2%Language:JavaScript 9.3%Language:Shell 0.5%