atom-language-idris
atom-language-idris copied to clipboard
mark errors on the line numbers
Nice!
@david-christiansen I tried yesterday to do this for quite some time and I never managed. I'm still sure I did all the tight things :stuck_out_tongue: Now I copied your code from the highlightig :smile: So thanks for that!
You might want to consider using a highlight effect as well - we have that in Emacs, and when it's precise, it's quite nice.
something like this? https://raw.githubusercontent.com/fsprojects/atom-fsharp/develop/gifs/errorhighlighter.png
Yes, if those are errors! Or like Visual Studio or Eclipse does for errors, with little squiggly red underlines under the part of the code that's wrong.
sounds great, will do :)