An open API service indexing awesome lists of open source software.

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

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:
![alt text](doc/UnknownClassname.png "Sample 1")

### Search for console usages in PROD

```
console.log('XYZ') in PRODUCTION (non tests) files
```