Skip to content

anchor to end of word? #2

@dancrew32

Description

@dancrew32

say I have the following settings:

call AddCycleGroup(['$_POST', '$_GET', '$this->params'])
call AddCycleGroup(['$this->', 'self::'])

if I am cycling through $_POST, to $_GET, then to $this->params, my cursor is on the $this.

in the next cycle, i would cycle to self::

If the plugin measured the distance to the end of the word and consistently put me there,
the cycle would be more consistent (at least for this cycle group)

the ^ represents cursor position

$_POST
    ^
$_GET
   ^
$this->params
           ^

just a suggestion. If you have time to get to it, would be nice to have as a parameter for AddCycleGroup(). Thanks for the plugin! it rocks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions