-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: better lint support #58
Comments
You mean the checksyntax command here, right? I would need to check the difference between Certainly it would be something nice to add! I have to ask though, is there a particular reason why you are requesting this? I mean what are the pro's and cons to the current state and I'm asking this to improve the quality of the solution based on your needs. |
For ST2 alredy exists plugin https://github.com/SublimeLinter/SublimeLinter, this one works with coffee via As I know Also there are https://github.com/dotCypress/CoffeeLint. But doesn't work for me. Here will be awesome to highlight line where you have lint error, not only message. I can't find lint tool that can check undefined or unused variables. Idea - use jshint. |
Is it okay if it displays the output of linting in that output panel I made for |
It is ok. But of course it is better to highlight line with error. |
Do you know how to highlight ? Or do you mean select the line that has error? Do you want it to be displayed like the command pallet? |
Not yet. Best way - like in sublimelint plugin. Command pallet - good too. |
sweet, I was going to get started on that too. Here paste this place holder on where coffeelint functions start in py. It helps locate things on the scrollbar.
|
3b506d9 |
What do you think about add better lint support?
Tools:
coffee -l
coffeelint
Also I think it is possible to add jshint support (with back to coffee report).
The text was updated successfully, but these errors were encountered: