puremourning/vimspector

[Feature Request]: add variable collapse keymap

Open

#907 aberto em 22 de jan. de 2025

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Vim Script (179 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (4.303 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador