https://github.com/deadem/notepad-pp-linter
Notepad++ Linter. Realtime code check against any checkstyle-compatible linter: jshint, eslint, jscs, phpcs, csslint etc
https://github.com/deadem/notepad-pp-linter
linter notepad notepad-linter notepad-plugin notepad-plus-plus notepad-plusplus-plugin notepadplusplus syntax-checker syntax-highlighting
Last synced: about 2 months ago
JSON representation
Notepad++ Linter. Realtime code check against any checkstyle-compatible linter: jshint, eslint, jscs, phpcs, csslint etc
- Host: GitHub
- URL: https://github.com/deadem/notepad-pp-linter
- Owner: deadem
- License: mit
- Created: 2016-03-25T06:45:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T17:01:20.000Z (about 2 years ago)
- Last Synced: 2024-02-05T18:25:16.951Z (about 2 years ago)
- Topics: linter, notepad, notepad-linter, notepad-plugin, notepad-plus-plus, notepad-plusplus-plugin, notepadplusplus, syntax-checker, syntax-highlighting
- Language: C++
- Homepage:
- Size: 705 KB
- Stars: 33
- Watchers: 5
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notepad++ Linter
A Notepad++ plugin that allows realtime code check against any checkstyle-compatible linter: jshint, eslint, jscs, phpcs, csslint etc.

## Installation
- Copy bin/linter.dll to your Notepad++ plugins directory
- Plugins -> Linter -> Edit config
- Restart Notepad++
## Config example
```xml
```
Optional attribute `stdin`="1" can be used to lint from stdin instead of temp file. i.e:
```xml
```
To handle spaces in names, you should use the " quote character, as follows:
```xml
```
Optional parameter
You can change default colors by an optional "style" tag. "color" attribute is a RGB hex color value, "alpha" value can range from 0 (completely transparent) to 255 (no transparency).
```xml
...
```