https://github.com/theodo/webstormplugins
Simple inspections to highlight unknown CCS classes used in 'classname' and to highlight console.logs in production code
https://github.com/theodo/webstormplugins
javascript sass webstorm webstorm-plugin
Last synced: about 2 months ago
JSON representation
Simple inspections to highlight unknown CCS classes used in 'classname' and to highlight console.logs in production code
- Host: GitHub
- URL: https://github.com/theodo/webstormplugins
- Owner: theodo
- Created: 2019-11-10T13:46:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-10T15:32:59.000Z (over 5 years ago)
- Last Synced: 2025-01-30T11:11:11.665Z (4 months ago)
- Topics: javascript, sass, webstorm, webstorm-plugin
- Language: Java
- Size: 12 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebStormPlugins
Simple inspections to highlight unknown CCS classes used in 'classname' and to highlight console.logs in production code### Search for Unknown CSS:
```
...
```
where XYZ is not found in imported **styles**
Example:

### Search for console usages in PROD
```
console.log('XYZ') in PRODUCTION (non tests) files
```