Ecosyste.ms: Awesome
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 2 months 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
- Created: 2020-10-09T21:26:21.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-03-04T12:16:25.000Z (almost 3 years ago)
- Last Synced: 2024-10-14T10:19:31.856Z (2 months ago)
- Topics: auto-completion, styled-jsx, syntax-highlighting, vscode
- Language: TypeScript
- Homepage:
- Size: 3.67 MB
- Stars: 59
- Watchers: 2
- Forks: 5
- 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.## 📜 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)