wallabyjs / atom-wallaby

Wallaby.js atom package starter
Other
57 stars 6 forks source link

Feature Request: Error / Console message placement #35

Open gregorskii opened 8 years ago

gregorskii commented 8 years ago

Hi there,

Appreciate this plugin, just had a suggestion.

Would it be possible to have an option to let the errors show up in a popup like linter-eslint?

Example:

screenshot 2016-04-20 14 42 00

I like how the error messages know which way to pop out of the UI depending on how close they are to the corner, above or below code etc. Also long lines produce the wallaby errors outside of the editors view.

screenshot 2016-04-20 14 43 55

I know this would differ from other versions of the Wallaby, but having this option would allow the Atom version of this plugin to be more clean and useable.

Thanks again!

ArtemGovorov commented 8 years ago

Thanks for the suggestion Gregory!

I'll look into the option of adding linter-eslint like popups for inline messages.

Generally, for relatively long error messages and console.log messages (where even a popup will not be able to show it in full), it's always possible to use wallaby Show line tests command:

st