Skip to content

kevinbarja/vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VS CODE Shortcuts

Command Description
ctrl + e or ctrl + p Quick Open (search files)
ctrl + shift + p Command Palette
ctrl + h Replace
ctrl + alt + enter Replace all
ctrl + g Go to line
shit + alt + F Format document
ctrl + T Focus on terminal view (see.)
ctrl + 1 Focus first editor group
ctrl + n New untitled file
ctrl + K M Change language mode
ctrl + P arrow up Toggle maximized panel (see.)
ctrl + shift + 5 Terminal: Split terminal

Dotnet commands

Command Description
dotnet --info Version of SDK
dotnet new list Scaffoldings
dotnet new gitignore Add gitignore
dotnet new console -f net7.0 --name "TestUI" Create a console app
dotnet new classlib -f net7.0 --name "HelperLib" Create a library
dotnet add TestUI/TestUI.csproj reference HelperLib/HelperLib.csproj Add reference
dotnet add package Dapper Add package

Git commands

Command Description
git clean -xdf Remove all files unversioned

Libraries

https://github.com/microsoft/MSBuildSdks/tree/main/src/Traversal

References

About

Visual Studio Code playground

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages