Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename Refactor leaves VsVim in hidden insert mode when started from visual mode #3098

Open
2 tasks
chtenb opened this issue Mar 12, 2024 · 0 comments
Open
2 tasks

Comments

@chtenb
Copy link

chtenb commented Mar 12, 2024

Describe the bug
When in visual mode, doing a rename refactor (F2) leaves VsVim insert mode, but this is visually not indicated.
Pressing j reveals insert mode, as a j is inserted, but pressing escape first does not help. Only after pressing j or left-arrow, or other non-escape keys you can press escape to leave insert mode.

To Reproduce
Steps to reproduce the behavior:

  1. Select an identifier with visual mode
  2. Press F2 to rename
  3. Type new name and press enter
  4. Press j to move cursor

Expected behavior
Move cursor down

Environment (please complete the following information):

  • Visual Studio version: 2022
  • VsVim version: latest at the time
  • Programming Language: C#
  • Check(Type 'x') any that are installed:
    • ReSharper
    • Visual Assist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant