2

I'm currently writing on some coding and style guidelines regarding JavaScript and CSS parts of projects. Eclipse offers some basic functionality in this area for situations where code is generated but is there also something en-par with CheckStyle for at least marking guideline-violations as warnings/errors?

Or how do you handle coding guidelines with JS and CSS?

3 Answers 3

2

I use JSLint for my JavaScript coding guidelines, and it looks as if there's a JSLint plugin for Eclipse here

Sign up to request clarification or add additional context in comments.

1 Comment

Thank you :-) But I need a bit more than "just" semantical validation, e.g. commenting of functions, global comments per file etc.
2

try this check style module for JavaScript: https://github.com/davepacheco/jsstyle

Comments

0

In Eclipse you get JS Hint for the JavaScript check-style , you can install in your eclipse .

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.