+ 1
Can you see list of all variables used in a program while writing it?
2 Answers
+ 5
Many IDEs include an intellisense feature that provides suggestions you can select, as you're typing. Suggestions usually include method, class and variable names, among other things.
+ 1
What ide are you using ?