Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theoludwig/vscode-styled-jsx

Visual Studio Code syntax highlighting and auto-completion for styled-jsx.
https://github.com/theoludwig/vscode-styled-jsx

auto-completion styled-jsx syntax-highlighting vscode

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

vscode-styled-jsx


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


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](https://code.visualstudio.com/) for [styled-jsx](https://www.npmjs.com/package/styled-jsx).

### How to install ?

- [styled-jsx Syntax Highlighting](https://marketplace.visualstudio.com/items?itemName=Divlo.vscode-styled-jsx-syntax)

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

```text
ext install Divlo.vscode-styled-jsx-syntax
```

- [styled-jsx Language Server](https://marketplace.visualstudio.com/items?itemName=Divlo.vscode-styled-jsx-languageserver)

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

```text
ext install Divlo.vscode-styled-jsx-languageserver
```

#### The 2 extensions are also available on [open-vsx](https://open-vsx.org/)

- [styled-jsx Syntax Highlighting](https://open-vsx.org/extension/Divlo/vscode-styled-jsx-syntax)
- [styled-jsx Language Server](https://open-vsx.org/extension/Divlo/vscode-styled-jsx-languageserver)

## 💡 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](./CONTRIBUTING.md) file.

## 📄 License

[MIT](./LICENSE)