Auto incremental variable name eclipse -


is there way in eclipse auto-increment each variable name?

for example

int mint; int mint2; int mint3; int mint4; 

and etc.

chances if need many similarly-named variables, you'd better off different data structure, array.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -