Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature to add text with sequence #20

Closed
passalini opened this issue Aug 19, 2014 · 1 comment
Closed

Feature to add text with sequence #20

passalini opened this issue Aug 19, 2014 · 1 comment
Assignees
Milestone

Comments

@passalini
Copy link

I can do it using multi select and the plugin, but it will be nice with we have a command to do it! Ex:

student_\i(1, 10)

=> student_1
student_10
student_20
.
.
.
@duydao duydao added this to the 1.4.3 milestone Dec 14, 2014
@duydao duydao self-assigned this Dec 14, 2014
@duydao
Copy link
Owner

duydao commented Dec 14, 2014

Added in 1.4.3 -> Auto Step:

Syntax

    as <text> [step_size] [repeat]

Command:

    as student_10 10 x10

Result:

    student_10
    student_20
    student_30
    student_40
    student_50
    student_60
    student_70
    student_80
    student_90
    student_100

@duydao duydao closed this as completed Dec 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants