Vim icon indicating copy to clipboard operation
Vim copied to clipboard

:star: Vim for Visual Studio Code

Results 546 Vim issues
Sort by recently updated
recently updated
newest added

In notebook mode there is a conflict between the escape keybind when waiting for the second key of vim commands. For example, typing `d` will trigger vscode's own escape function,...

Mapping s/f/t directly to sn/fn/tn in a flash-like motion like idea-easymotion. This means that the s/f/t can be used on the basis of the original, and the many characters can...

**What this PR does / why we need it**: Fixes going into visual mode on certain placeholders when you fill out vscode user snippets. Particularly this occurs when the placeholders...

I don't know whether it is not implement or it doesn't work for me. I want to be able completion item via `` and also close the completion popup with...

* 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...

kind/enhancement

I am trying to debug reasons why EasyMotion won't trigger when the extension is used under VSCode-Server (see related issue: https://github.com/cdr/code-server/issues/3196). **To Reproduce** Install VSCodeVim under Code-Server, configure `"vim.easymotion": true`...

**Describe the bug** Not sure if this is a bug, maybe only occurs in my environment. I would greatly appreciate if someone could give me a hint. with simple and...

**Describe the bug** When I type `:%s/self.seek_to\(offset\)/self.file.seek(SeekFrom::Start(offset))/g` with neovim enabled it seems to very quickly flash the error "Pattern not found" while quickly doing the find and replace then because...

After creating a snippet with several placeholders, my expected behavior is that, vim keeps in the insert mode, and the user inputs some letters in the first placeholder, and then...

**Is your feature request related to a problem? Please describe.** Vim jumplist (`CTRL-O`/`CTRL-I`) is great, I use it all the time. One frustration I get when using it in vscode...