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

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

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.

![](/img/1.jpg?raw=true)

## 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


...

```