VSCodeVim / Vim

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

FEATURE REQUEST : Disable Autocomplete/Formatting during macro recording #2391

Open honeyspoon opened 6 years ago

honeyspoon commented 6 years ago

Recording macros in vscode vim. intellisense/emmet autocomplete texts in insert mode and places cursor at the right the place. When using the macro the autocomplete works but the cursor is not placed at the same place as during the recording.

Expected Behaviour

The macros that I record should have the exact same behaviour when I'm recording as when I'm running them.

How to reproduce

Proposed Solution

It seems the Visual Studio vim extension had a similar issue with macros and intellisense. Their proposed solution was to add a setting to disable all form of autocomplete/formating during macro recording.

Environement

pibone commented 6 years ago

The issue itself is the cursor placement when replaying the macro, as far as I noticed.