deadem / notepad-pp-linter

Notepad++ Linter. Realtime code check against any checkstyle-compatible linter: jshint, eslint, jscs, phpcs, csslint etc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to specify dynamic paths or to get the current folder?

pablo-sg-pacheco opened this issue · comments

Is it possible to specify dynamic paths as current folder or project like this for example?

<linter extension=".php" command="{current_folder}\path_to\phpcs"/>

Out of interest, what exactly do you mean by 'current folder'? The folder where the file you are editing is located?