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

Keep active repr. steps open when switching files #60

Closed Discookie closed 2 years ago

Discookie commented 2 years ago

Fixes #30.

image

Currently does not remember the state of the dropdown, but rather auto-expands it. Until we get depth data back (ref: #59) there shouldn't be any meaningful difference.

(With depth data, the state of each function's dropdowns should be remembered.)