74th / vscode-vim

vim emulator for Visual Studio Code
MIT License
215 stars 25 forks source link

Text object operations not working #37

Closed brycefricke closed 7 years ago

brycefricke commented 8 years ago

Example: "This is text" with cursor at 'T', execute di"

Expected result: ""

Actual result: "This is text"

Running VS Code 1.2 on Win7. vimStyle 0.3.9

Only thing unique about my settings.json is configuring a proxy.

74th commented 8 years ago

Current version does not support text object command. https://github.com/74th/vscode-vim/blob/master/quickref.md

brycefricke commented 8 years ago

Oh, sorry. I guess I misread the quickref. I saw the commands listed, but didn't notice the lack of VimStyle classes. My bad.

74th commented 7 years ago

New version 0.5.0 supports di" .