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

Hello, This PR is a fork of the PR #4718 and is pretty much ready to merge. #4718 was stuck for a little while and I wanted to make sure...

kind/enhancement
area/plugin

**To reproduce:** Steps to reproduce the behavior: 1. Help → Interactive Playground. 2. Select one of the editable areas. 3. Modify the text in some way. 4. Press u to...

kind/bug

**To Reproduce** Source Actions **Expected behavior** When a popup like the video below is opened through this source action in the vscode editor, how do I navigate the menu using...

**To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **VSCodeVim version**: 1.23.2 Stack trace ``` Error:...

**Describe the bug** With VSCode Vim disabled, you can invoke the breadcrumbs dropdown and start typing to quickly navigate through the list of symbols on the current document. This extension...

area/documentation
status/user-error

**What this PR does / why we need it**: Add support for `set` in vimrc. **Which issue(s) this PR fixes** fixes: #7055 **Special notes for your reviewer**: To make use...

**What this PR does / why we need it**: Allow expressions in `put` command. Implemented `range(start, stop, step=1)`. example: `:put=range(10,5,-1)` **Which issue(s) this PR fixes** fixes #7670 **Special notes for...

**What this PR does / why we need it**: Add cursors by search pattern. fixes #7152 Can add cursor at a specific location using special indicator. Currently I'm using `\#`....

kind/feature
area/commandline
area/multicursor

**Describe the bug** in Normal mode, press `o` and press `tab` rapidly, instead of add a new line and tab, it create a new line with resulting `` https://user-images.githubusercontent.com/10588170/129446847-3ee06bf7-fea7-4563-9e82-705e6d1ca0f6.mov **To...

**To Reproduce** Steps to reproduce the behavior: 1. Go to 'settings.json' 2. Add `"vim.visualModeKeyBindingsNonRecursive":[ { "before": ["g","d"], "commands": ["editor.action.peekDefinition"], }, ]` 4. Press gd in the editor 5. Then VsCodeVim...