notepad-pp-linter
notepad-pp-linter copied to clipboard
Notepad++ Linter. Realtime code check against any checkstyle-compatible linter: jshint, eslint, jscs, phpcs, csslint etc
Hello, I have got this to work with shellcheck (BASH Linter) except it doesn't update in real-time - It only works when I either load notepad++ (and it opens a...
I did not try other tools/plugins. I only have used your linter plugin with jshint and it works really great. The only problem I have is that I can't find...
Is it possible to specify dynamic paths as current folder or project like this for example? ``` ```
- fixed compiler warnings - removed broken cmd post scripts (the movement of the resulting binary could be also achieved by modifying the out folder in the build settings, see...
There used to be an old plugin which is no longer maintained, called https://sourceforge.net/projects/jslintnpp/ A nice feature was that it provided a window at the bottom of the Notepad++ editing...
Error in NPP status bar:  Config:  Execution from command line:  Is there a possibility to see the output, when the plugin executes the command?
I closed NP++ once while a temp file existed, and deleted it manually while NP++ was closed. Now the linter does not lint anything anymore, constantly giving an error message...
If I get an error flagged in my JS file, then correct it, the marker and error message remains. How do I get linter to recheck the file?
This factors out the common code of the xml parsers to use a more exception friendly class with improved error reporting when there's a problem with the xml (the later...