I ve been told there is a tool that makes visual studio suggest variables, just like in the xcode.
If we have int integerX,
then when we start writting integ, we can press enter or something so the variable will autofill.
help?
I ve been told there is a tool that makes visual studio suggest variables,
Share
As I can’t just comment yet…
If you press
Ctrl + Spaceafter you typed a variable first (what you did, according to your question), it will pop up the variable(s) too. As the first hit.