MiguelCastillo / Brackets-InteractiveLinter

Interactive linting for Brackets
Other
119 stars 26 forks source link

split out embed/thread plugins and add PHP plugin #182

Closed jwestbrook closed 7 years ago

jwestbrook commented 8 years ago

Per discussion on #172 I've changed the plugin loading to determine if the plugin is loading from embedded or threaded folders and load them accordingly.

Then I added the php plugin I wrote to take advantage of the node connection and run php -l from the command line based on STDIN and report the results.

Some problems I've ran into

Todo

MiguelCastillo commented 8 years ago

This is really cool!!! :D

RedDude commented 7 years ago

This will never be accepted?

MiguelCastillo commented 7 years ago

Yes! :)

MiguelCastillo commented 7 years ago

@jwestbrook there are some tweaks that should be made to the implementation... I merged it as is. and we can make the tweaks in separate PRs. Any interest in being added as a contributor?

jwestbrook commented 7 years ago

@MiguelCastillo sure