In general, I enjoy coding in sublime. But there is a big issue:
I hope to get a hint how to change the behavior of these inline-errors. Currently, they look like:
So they shift all the lines at another position, which is totally annoying.
To feel my pain: Write something in C++, make a mistake with templates (and use easy-clang). You’ll get a bunch of red bars all over the place. This might be ok for Christmas decoration but not for displaying information.
Is there any way (besides disabling this function) to not put them inline?In the language of CSS: make give them another z-index and do not “inline” them. While I do not like the entire Atom-universe, they do a better job at this point (displaying information):
If you look at the upper part of the screenshot, these errors, warnings are on top of the code and do not change any position.
So can I change them somehow in a top secret setting file?