Hi all,
First, bit of background:
We are using Intellij IDEA in our company as main IDE for Javascript development, and we love the JSHint integration.
Sublime Text has this option to mark whole line when you have error on it
But in IDEA, default colors are like this
so you can see that eval has only e underlined.
We tried to make it bit more prominent, like this:
but that also can be hard to notice in dense code.
So can we somehow setup IDEA to underline the whole line where error occured?
If not, i think this feature would be nice to have.
Thanks.