Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: magidc/ideavim-anyobject

3.1.0-stable

13 Jan 14:40

Choose a tag to compare

Stable release
Smart selection on jumping to the next/previous text object. The selection adapts to text objects when the jump makes it to overlap the initial selection.
Improved support for Kotlin, Ruby, Rust, JavaScript, TypeScript, Go and Swift.
Added unit tests for all languages supported
Updated to support IdeaVim 2.28.0

3.1.0-beta

13 Jan 14:40

Choose a tag to compare

Stable release
Smart selection on jumping to the next/previous text object. The selection adapts to text objects when the jump makes it to overlap the initial selection.
Improved support for Kotlin, Ruby, Rust, JavaScript, TypeScript, Go and Swift.
Added unit tests for all languages supported
Updated to support IdeaVim 2.28.0

3.0.13-beta

13 Jan 10:31

Choose a tag to compare

Smart selection on jumping to the next/previous text object.

3.0.12-beta

12 Jan 00:37

Choose a tag to compare

Added AnyLambdaOrFunction handler. AnyFunction handler now is limited to functions and methods but not lambdas or arrow functions.

3.0.11-beta

09 Jan 01:01

Choose a tag to compare

Unit tests for AnyConditional. There are still some small selection issues in Ruby on Rails but rare.

3.0.10-beta

07 Jan 23:54

Choose a tag to compare

Bug fix for AnyIndentBlock
Unit tests for AnyString and AnyVariable
AnyConditional inner selection is still unstable

3.0.9-beta

30 Dec 23:16

Choose a tag to compare

Unit tests for AnyLoop, AnyFunction, AnyClass, AnyArgument, AnyItem and AnyArgOrItem
AnyIndentBlock includes empty lines as part of the indented block. Also, around selections will use visual line wise mode

3.0.8-stable

15 Dec 22:56

Choose a tag to compare

Updated dependency and IntelliJ platform version

3.0.8-beta

15 Dec 22:55

Choose a tag to compare

Updated dependency and IntelliJ platform version

3.0.7-stable

15 Dec 22:06

Choose a tag to compare

AnyString (g)

String data to assign to a variable or field.

  • Inner selection (ig): Selects only the string content
  • Outer selection (ag): Selects the entire string including quotes and leading formatting symbols

AnyVariable (v)

Field/variable declarations and assignments.

  • Inner selection (iv): Selects only the value assigned to the field/variable if any
  • Outer selection (av): Selects the entire field/variable declaration

AnyArgOrItem (x)

Combines objects targeted by AnyArgument and AnyItem.
Selects any function argument, method parameter, callable expression, or collection items.