I wonder if prediction or autocompletition of variable's name is implemented in intellisense...

What I know is that when you write until the dot(.) or the arrow(->) intellisense will show you the options available. But, is there any key that shows me the variable names even when I have not finished writting them? (not only their properties or methods)

for example.
suppose I have
Code:
Int aVeryLongNameForMyInt;
then some where when I type for example "aVeryL" it would be awesome that i could see "ongNameForMyInt" as an option or even better see it autocompleted : "aVeryLongNameForMyInt"
I hope my explanation was good enough

Any help would be very appreciated.


(Sometimes there are too many variables and cannot memorize all of them completely)