OmniSharp / omnisharp-sublime

C# IDE Plugin for Sublime Text 3
http://omnisharp-sublime.readthedocs.org/en/latest/
MIT License
551 stars 64 forks source link

Sort Warnings/Errors in Compile Log by Line #177

Closed WastedMeerkat closed 9 years ago

WastedMeerkat commented 9 years ago

Currently it seems that the warnings/errors are just listed in the order the compiler finds them; however, I think it would be useful to be able to sort them by the line where the warning/error is found. It would also be nice to be able to double click an error/warning and go to the line it appears on, but that seems to be covered already by #130. If it's too complex to implement some sort of ascending/descending sort UI element to the output log, it could be implemented as a user preference and sorted somewhere before it's printed out to the log. Thanks!

jchannon commented 9 years ago

Check the latest release