Skip to content
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

show quick panel for error list #2

Open
zieglar opened this issue Nov 3, 2014 · 3 comments
Open

show quick panel for error list #2

zieglar opened this issue Nov 3, 2014 · 3 comments

Comments

@zieglar
Copy link

zieglar commented Nov 3, 2014

when js file is big, no error messages show at other place, please show error list in quick panel, click row to jump error line.
thank you for you amazing plugin ;)

@afterdesign
Copy link
Owner

@zieglar So you would like to have new panel with all errors within file ?
Because there is option to show all errors in quick panek for current line and the shortcut is ctrl+shift+j

To be exact all shortcuts available right now:

[
    { "keys": ["ctrl+super+j"], "command": "jshintify" },
    { "keys": ["ctrl+shift+j"], "command": "jshintify_quick_panel" }
]

You wrote also that when the file is big plugin is not showing errors. I've download jquery it's over 9k lines and all the linting errors are there.

@zieglar
Copy link
Author

zieglar commented Nov 5, 2014

yes, I want this :)
now if I don't use shortcut in error line, no error panel show :( debug is so tired

@afterdesign
Copy link
Owner

Sure, I'll think about it and I'll implement something useful ;)

W dniu środa, 5 listopada 2014 zieglar [email protected]
napisał(a):

yes, I want this :)
now if I don't use shortcut in error line, no error panel show :( debug is
so tired


Reply to this email directly or view it on GitHub
#2 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants