https://github.com/i582/nocolor-phpstorm
PhpStorm plugin that allows the IDE to understand the concept of colors for PHP
https://github.com/i582/nocolor-phpstorm
idea nocolor phpstorm phpstorm-plugin plugin
Last synced: 27 days ago
JSON representation
PhpStorm plugin that allows the IDE to understand the concept of colors for PHP
- Host: GitHub
- URL: https://github.com/i582/nocolor-phpstorm
- Owner: i582
- License: mit
- Created: 2021-06-06T21:53:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T00:25:08.000Z (almost 4 years ago)
- Last Synced: 2023-03-06T21:56:05.943Z (over 2 years ago)
- Topics: idea, nocolor, phpstorm, phpstorm-plugin, plugin
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/17054-nocolor
- Size: 118 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# NoColor plugin for PhpStorm
PhpStorm plugin that allows the IDE to understand the [concept of colors](https://github.com/VKCOM/nocolor/blob/master/docs/introducing_colors.md) for PHP.
**Features**
- Quick jump to the rule in the palette;
- Autocomplete color names;
- Color checks;
- Rules checks;
- Tips and checks associated with the special color `remover`.## About
The plugin provides various validations and also improves the development experience with color navigation.
Find out more about NoColor tool [here](https://github.com/VKCOM/nocolor).
You can also find this plugin on the official [JetBrains plugins](https://plugins.jetbrains.com/plugin/17054-nocolor) website.
## Installation
- Using IDE built-in plugin system:
Preferences > Plugins > Marketplace > Search for "NoColor" >
Install Plugin- Manually:
Download the [latest release](https://github.com/i582/nocolor-phpstorm/releases/latest) and install it manually using
Preferences > Plugins > ⚙️ > Install plugin from disk...## Features
- Quick jump to the rule in the palette;
- Autocomplete color names;
![]()
- Color checks:- Undefined colors:
- Duplicated colors:
- Several colors in one `@color` tag:
- Not allowed 'transparent' color in `@color` tag:
- Rules checks:
- Order:
- Structure:
- Not allowed 'transparent' color in rule:
![]()
- Tips and checks associated with the special color `remover`:- `remover` color description:
![]()
- Other colors with `remover`:
## License
This project is under the **MIT License**. See the [LICENSE](https://github.com/i582/nocolor-phpstorm/blob/master/LICENSE) file for the full license text.