puremourning/vimspector

[Feature Request]: add variable collapse keymap

Open

#907 创建于 2025年1月22日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Vim Script (179 fork)batch import
enhancementgood first issue

仓库指标

Star
 (4,303 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南