Microsoft/vscode
在 GitHub 查看[folding] Move line up/down should skip over folded regions or folded sections
Open
#63,972 创建于 2018年11月29日
editor-commandseditor-foldingfeature-requesthelp wanted
仓库指标
- Star
- (74,848 star)
- PR 合并指标
- (平均合并 11小时 43分钟) (30 天内合并 1,000 个 PR)
描述
- VSCode Version:1.30.0-insider
- OS Version: windows 10
I think when code is in a folded region or section it should never unfold unless explicitly commanded, so if you are moving a line using move command, the line should skip over both folded regions and folded sections Steps to Reproduce:
- create a folded region using #region #endregion
- fold some code section
- move a line using alt+up/down over the folded region/section

Does this issue occur when all extensions are disabled?: Yes