https://github.com/wk-j/vscode-rainbow-string
Add rainbow effect to quoted string
https://github.com/wk-j/vscode-rainbow-string
Last synced: 4 months ago
JSON representation
Add rainbow effect to quoted string
- Host: GitHub
- URL: https://github.com/wk-j/vscode-rainbow-string
- Owner: wk-j
- Created: 2018-03-04T13:46:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-06T20:11:19.000Z (about 4 years ago)
- Last Synced: 2023-03-01T12:37:38.535Z (about 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 449 KB
- Stars: 22
- Watchers: 2
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# Add rainbow effect to quoted string
[](https://marketplace.visualstudio.com/items?itemName=wk-j.vscode-rainbow-string) [](https://marketplace.visualstudio.com/items?itemName=wk-j.vscode-rainbow-string)

# Configuration
Add `rainbowString.extensions` to `settings.json`
```json
"rainbowString": {
"extensions": [
".cs",
".csx",
".fs",
".fsx",
".js",
".jsx",
".ts",
".tsx",
".csproj",
".fsproj"
]
}
```