VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
13.73k stars 1.31k forks source link

`workbench.action.gotoSymbol` doesn't move cursor #9160

Open alexgorbatchev opened 1 month ago

alexgorbatchev commented 1 month ago

Describe the bug After jumping to symbol via workbench.action.gotoSymbol VIM cursor remains at original position.

To Reproduce

  1. Jump to a symbol via workbench.action.gotoSymbol
  2. Press i to insert

Expected behavior Should switch to Insert mode at symbol's position.

Observed behavior Switches to Insert mode at original cursor position.

Environment (please complete the following information):

Extension (VsCodeVim) version: v1.27.3
Version: 1.91.1 (user setup)
Commit: f1e16e1e6214d7c44d078b1f0607b2388f29d729
Date: 2024-07-09T22:06:13.855Z
Electron: 29.4.0
ElectronBuildId: 9728852
Chromium: 122.0.6261.156
Node.js: 20.9.0
V8: 12.2.281.27-electron.0
OS: Windows_NT arm64 10.0.26100
xiangfu1003 commented 2 weeks ago

https://github.com/VSCodeVim/Vim/issues/9195

9195 opened last week by Bear-Frost

sameWith this issue, i just meet the same issue