Editing Code

Code completion (IntelliSense)

You can use the InteliSense for completing codes,

code completion

printing parameter information,

signature completion

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".

Rename Symbol