Editing Code
Code completion (IntelliSense)
You can use the InteliSense for completing codes,
printing parameter information,
listing members of a struct, and so on.
Rename symbol
You can rename a symbol (variable name, function name, etc) by pressing F2
or from right click -> "Rename Symbol".