Raymond Camden

Results 287 comments of Raymond Camden
trafficstars

Unfortunately, you can't really use UI to switch validators. The Brackets Linting API doesn't allow for that. In theory, you could use a preference and make it so you could...

Is that mod you linked to actually _in_ JSHint? If not, I can't fix it till they add it in as my extension wraps it.

Just a placeholder.

" Do you guys have a plan for how to tackle it?" A smaller chapter focusing on one thing is best. Like - I think we now have one on...

You are right - and we will gladly take a PR that adds the server side validation in.

I'm sorry, what? Are you saying the validator returns an incorrect message? If so, you should file a bug report with https://validator.w3.org/ as that is the remote API my extension...

Well, to be clear, if you use the same inputs at https://validator.w3.org/, and you feel the inputs are wrong, then yes, you need to file it with them.

There is already a CSS validator extension for brackets. On Mon, Nov 25, 2013 at 5:26 AM, fenuks [email protected] wrote: > Hi, > I would like to ask if you...

CSSLint _does_ validate your CSS. On Tue, Nov 26, 2013 at 4:46 AM, fenuks [email protected] wrote: > @cfjedimaster https://github.com/cfjedimaster > I tried to find CSS validation extension via extension manager...

Ah.. well - I probably will not build one. Right now Bracket's linting APIs don't handle asynch processes very well. That's one reason this extension hasn't been updated in a...