-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Allow asynchronous linting providers #5137
Comments
Marking move to backlog since this is a feature, but pinging @ingorichter since he's thinking about this stuff already. |
Added an epic for Linting (https://trello.com/c/HbygrWHv) and linked this from that card. Closing. |
I would like to work on this issue : see the google group thread https://groups.google.com/forum/#!topic/brackets-dev/h-KE1Cc0cdY |
Check out my notes in #6151 -- that highlights some the issues to be aware of. Also note that @busykai from that pull request may already be working on implementing this. If so, @busykai can you post an update to the forum thread @fdecampredon linked above? That way you guys can coordinate / collaborate as needed :-) |
Thanks, @peterflynn will post to the group thread. |
This is now in master -- Sprint 38 |
Some existing Brackets extensions do linting via a web service, so they can't use the new generic linting API because it requires a synchronous result. The API should allow providers to return a Promise.
These extensions include:
This would also allow for linters that invoke Node-side modules or even external tools (e.g.
ruby -wc
).The text was updated successfully, but these errors were encountered: