VSCodeVim/Vim

Select All Occurrences returns cursor to starting mode.

Open

#2,042 创建于 2017年9月27日

在 GitHub 查看
 (16 评论) (25 反应) (0 负责人)TypeScript (1,271 fork)batch import
area/multicursorarea/selectionhelp wantedkind/bug

仓库指标

Star
 (12,664 star)
PR 合并指标
 (平均合并 9天 13小时) (30 天内合并 7 个 PR)

描述

  • Click thumbs-up 👍 on this issue if you want it!
  • Click confused 😕 on this issue if not having it makes VSCodeVim unusable.

The VSCodeVim team prioritizes issues based on reaction count.


Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT

Environment:

  • VSCode Version: 1.16.1
  • VsCodeVim Version: 0.10.1
  • OS: macOS Sierra (10.12.6)

What happened: VSCode Select All Occurrences command (⇧⌘L on macOS) was performed on a selection. A cursor was created for each matching instance of the current word, but the cursors did not stay in Visual mode.

What did you expect to happen: All matching instances of the word should be selected and remain in Visual mode.

How to reproduce it: Create a file with multiple matching instances and perform the Select All Occurrences command.

贡献者指南