Joezo / atom-jshint

Validate your JS against JSHint as you type, while using Atom
MIT License
39 stars 15 forks source link

Commands for next / prev error? #29

Open mkleehammer opened 10 years ago

mkleehammer commented 10 years ago

Would be great to have some commands for next and previous jshint error / warning.

Key bindings are precious so I'd prefer it if it didn't provide defaults, I think.

Great package, thanks.

Joezo commented 10 years ago

Yep, nice idea!

Perhaps an option to turn default key bindings off, if it does ship with defaults?

What key bindings would you suggest?

inteist commented 9 years ago

Was going to ask for the same. Thanks for the plugin, so far works very good!

harryi3t commented 8 years ago

@Joezo It's been long time, since the issue was opened. But it is still a good thing to have. Here's what I think: since f2 shift-f2 is reserved for next bookmark & prev bookmark and f3 shift-f3 is for find-next find-prev, likewise I would suggest f4 for next error and shift-f4 for prev error.