Visual Studio (Code)
Shortcuts
prop
- creates a new property for a classctor
- creates a new constructorcw
- creates a newConsole.WriteLine()
statementtry
- creates atry-catch
statement
To create a new property, type prop
, hit twice tab and it creates a property template which you can navegate and override
Debug in VsCode
Watch a variable
En la pestaña watch se puede introducir el nombre de una variable y al hacer debug mostrará siempre el valor de esta variable.