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

**What this PR does / why we need it**: This PR updates the logic behind parentheses pair matching. Currently, the logic does not ignore parentheses within quotations (i.e. `""` or...

What this PR does / why we need it: This deals with a few minor issues, that came up with surround rewrite. Which issue(s) this PR fixes fixes https://github.com/VSCodeVim/Vim/issues/6812 fixes...

Using % motion on brackets doesn't work properly if there are unmatched brackets in comments ```js function test() { // if { return 1; } ``` The % motion with...

**What this PR does / why we need it**: the background of windowZoom statusItem is not apply custom color ![image](https://github.com/user-attachments/assets/c13eae81-8f70-4f48-bcc0-27064364fd4b) **Special notes for your reviewer**: add vim-airline setting and zoom...

**What this PR does / why we need it**: To handle full width character correctly (as VSCode does and neovim/vim) on jk motions **Which issue(s) this PR fixes** This is...

## Description In Vim, you can do `Vi{` (visual line inside block) to select all lines inside the block but not the lines that contain `{` and `}`. This plugin...

**Describe the bug** In Vim when typing a line number (e.g. `42`) and then `z z` makes it jump to that line and center the cursor vertically. I know I...

**Issue Content**: I am experiencing an issue with the VSCode Vim extension where the keyboard shortcut Ctrl + , (which I have set in the settings.json file) does not respond...

**Describe the bug** The goal is to select content inside of html tags in CURSOR IDE. The key combo I am using is "v" + "i" + "t". **To Reproduce**...

Currently there's no way to search the folder after this change https://github.com/VSCodeVim/Vim/issues/754 It would be nice to use filter on type available in normal vscode for example in insert mode...