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

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -