Ericsson / CodecheckerVSCodePlugin

VSCode plugin that shows bugs detected by the Clang Static Analyzer and Clang Tidy analyzers using CodeChecker as a backend.
Apache License 2.0
24 stars 7 forks source link

Reverse the order of the reproduction steps #62

Open steakhal opened 2 years ago

steakhal commented 2 years ago

More often than not only the last couple of steps are interesting in a bugreport - and maybe the very first step to see what was the first function under analysis. image

It would be more ergonomic if the list was reversed. I would also add a Jump to the beginning of the report button beside the Jump to report one. So, one could quickly navigate the list from both directions.