aioutecism / amVim-for-VSCode

The Vim mode for Visual Studio Code(vscode) that works as expected.
https://marketplace.visualstudio.com/items/auiworks.amvim
456 stars 42 forks source link

Support for Text Objects #13

Open techniq opened 8 years ago

techniq commented 8 years ago

I'm creating an issue to track this feature. See Text objects (only in Visual mode or after an operator) in issue #1

These are a few of my commonly used ones:

aioutecism commented 8 years ago

Support text objects needs some refactoring. I'll get to this one later.

Raynes commented 8 years ago

Desperately want this. I'll name my first born after you if you do it.

Beatusvir commented 8 years ago

Don't foget:

aioutecism commented 8 years ago

Parts of text objects are supported in 1.3.1. See #1 - "Text objects (only in Visual mode or after an operator)" for detail.

aioutecism commented 8 years ago

@Beatusvir "Till" is not a "text object" and is supported several versions before.

gentius commented 8 years ago

Just want to say thanks for the partial support for text objects, the stuff that is in there seems to work well.

I'll add another vote for the visual select stuff which is still missing like viB, vi(, etc. Useful for confirming the operation in some situations instead of going straight ahead with c or d.

aioutecism commented 8 years ago

@gentius Yes, visual mode support and word/sentence/paragraph support is missing now. Going to add them soon.

skube commented 5 years ago

I like to use vip and vap which prevents me from using this particular extension.

alisonatwork commented 4 years ago

Version 1.31.0 has just been released today which enables tag-style text objects (cit, dit etc). Please give it a test run and let us know how it works for you.