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

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 1 month 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.


⚠️ 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](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)