-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Feature hasn't been suggested before.
- I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
Within each group in the command palette (Suggested, Session, Prompt, System, etc.), the individual items do not seem to be organized in any sensible order that has any clear logic to it.
It'd be preferable if the items within each group were ordeed alphabetically.
Ideally, this sorting should happen dynamically, such that this ordering improvement fix will not require adjustment when new items are added to the command palette in the future. In addition, some items will change names depending on the current state of the variable that they set ("Hide timestamps", "Show timestamps"), Suggesting that this sorting will have to take place each time the command palette is opened so as to maintain alphabetical ordering.
NOTE: we do not want to reorder the groups, just the items within each group!