eclipse-cdt-cloud / vscode-memory-inspector

vscode memory inspector
https://open-vsx.org/extension/eclipse-cdt/memory-inspector
Eclipse Public License 2.0
6 stars 10 forks source link

Add separators to context menu #127

Closed planger closed 4 months ago

planger commented 4 months ago

What it does

The number of menu items in the memory inspector's context menu already contributes to a convoluted list. In this change we add separators grouping those that are related to each other. To be consistent with other core context menu entires, I also added ... to those menu items, where additional input will be required.

image

How to test

This change only re-groups them to realize separators, so there is nothing more to test other than the grouping matches the expectations.

Review checklist

Reminder for reviewers