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.
- Host: GitHub
- URL: https://github.com/theoludwig/vscode-styled-jsx
- Owner: theoludwig
- License: mit
- Archived: true
- Created: 2020-10-09T21:26:21.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-11T13:33:24.000Z (6 months ago)
- Last Synced: 2025-03-14T22:12:36.623Z (about 2 months ago)
- Topics: auto-completion, styled-jsx, syntax-highlighting, vscode
- Language: TypeScript
- Homepage:
- Size: 2.7 MB
- Stars: 59
- Watchers: 2
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.## 📜 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)