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

Refactor keyboard navigation #106

Closed Discookie closed 2 years ago

Discookie commented 2 years ago

Fixes #86.

The previously jumped-to step is stored, and future keyboard navigation will be based on that step. Falls back to the old mechanism when there's no jumped-to step yet.

Discookie commented 2 years ago

Rebased, also changed the navigation test to contain some overlapping positions.