Sunday, April 29, 2018

Visual studio code components that help with coding.



Addins:

angular snippets
angular files
angular language services
bracket pair colorizer

material icon theme.
path intellisense
prettier - code formatter
ts lint
nuget package manager
typescript hero (use it with caution.)
Sort Type script imports
Debugger for chrome


Useful commands

dotnet --version

dotnet new webapi -o Iifct.Api -n Iifct.Api

choose c# in the visual studio code and install all applicable extensions

$env:ASPNETCORE_ENVIRONMENT = "Development"

Microsoft.DotNet.Watcher.Tools
dotnet restore
dotnet watch run