I have a question. How to set in Eclipse to show me variables i have. For example when i write plenty of lines of code and make plenty of variables. I often define variables first, so when i want to use them later in program i forgot sometimes their full name. I know that in visual studio when i type first few letters of my variables it display's the full name. Is there any way to set this option in Eclipse ?
For example i got two variables: firstArray, firstNumber;
when i write fir = it should display both of these variables above ?