Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij/AppCode increase selected number value

In Intellij/Appcode, is there any option or plugin I can use so that when I press a certain key(e.g. up arrow) it will increase the selected value by 1 like web developer tool?

like image 457
Infinity Avatar asked Dec 05 '13 03:12

Infinity


1 Answers

String Manipulation plugin may be what you are looking for, it has the following feature:

  • Increment/Decrement selected text. Duplicate line and increment/decrement all numbers found. (Does not work in column mode)

There is also a related feature request.

like image 158
CrazyCoder Avatar answered Nov 15 '22 09:11

CrazyCoder