puremourning/vimspector

[Feature Request]: add variable collapse keymap

Open

#907 geöffnet am 22. Jan. 2025

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Vim Script (179 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (4.303 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Is your feature request related to a problem? Please describe. there's mappings.variables.expand_collapse, but no way to collapse, which is a pain when inspecting deeply chained objects

Describe the solution you'd like add two keymap:

  • mappings.variables.collapse : collapse to parent level
  • mappings.variables.collapse_all : collapse all variable, until reach root level

Contributor Guide