mikaeljorhult / brackets-php-code-quality-tools

Brackets/Edge Code extension that lint PHP files using several code analysis tools.
MIT License
39 stars 11 forks source link

Show errors inline #17

Closed fonsecas72 closed 9 years ago

fonsecas72 commented 9 years ago

Just like Atom.io with https://github.com/AtomLinter/Linter this extension should report errors and warnings inline.

mikaeljorhult commented 9 years ago

This is not supported by Brackets linter right now which this extension uses to trigger events and show the results.

There are a couple of open Trello cards that will implement this functionality but there has not been that much progress yet.

https://trello.com/c/HbygrWHv/1023-epic-linting-code-inspection https://trello.com/c/z1PBjZxt/588-live-real-time-linting-as-you-type

fonsecas72 commented 9 years ago

ok, thanks :)