cfjedimaster / brackets-jshint

Adds JSHint support to Brackets
MIT License
131 stars 41 forks source link

Doesn't do anything? #42

Closed thany closed 10 years ago

thany commented 10 years ago

I don't see this plugin doing anything whatsoever. No new main menu items as far as I could find, no new context menu items, and my assumption that JS files are hinted on save was apparently wrong too. So I can't work out how make this plugin go...

Could you explain (on the project front page preferrably) how to work this plugin?

cfjedimaster commented 10 years ago

This follows the same mechanism as other linters. When you open a JS file, look in the lower right corner, to the right of the word JavaScript. There should either be a yellow exclamation mark or a green check mark. If you see the yellow exclamation mark, click it, and a panel of issues will open at the bottom.

On Thu, Feb 20, 2014 at 3:38 AM, thany notifications@github.com wrote:

I don't see this plugin doing anything whatsoever. No new main menu items as far as I could find, no new context menu items, and my assumption that JS files are hinted on save was apparently wrong too. So I can't work out how make this plugin go...

Could you explain (on the project front page preferrably) how to work this plugin?

Reply to this email directly or view it on GitHubhttps://github.com/cfjedimaster/brackets-jshint/issues/42 .

Raymond Camden, Web Developer for Adobe

Email : raymondcamden@gmail.com Blog : www.raymondcamden.com Twitter: cfjedimaster

thany commented 10 years ago

Ahhh, of course. And linting was disabled. And you need to save a file before it does the linting.

Still, I can imagine some explanation about how to work this plugin on the front page (i.e. the readme.md)

cfjedimaster commented 10 years ago

I can see adding that. Thanks.

On Thu, Feb 20, 2014 at 6:08 AM, thany notifications@github.com wrote:

Ahhh, of course. And linting was disabled. And you need to save a file before it does the linting.

Still, I can imagine some explanation about how to work this plugin on the front page (i.e. the readme.md)

Reply to this email directly or view it on GitHubhttps://github.com/cfjedimaster/brackets-jshint/issues/42#issuecomment-35615348 .

Raymond Camden, Web Developer for Adobe

Email : raymondcamden@gmail.com Blog : www.raymondcamden.com Twitter: cfjedimaster

cfjedimaster commented 10 years ago

Fixed.