Skip to content

petitess/c-sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

481 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Studio Shortcuts

Shortcut Description
Alt + Up Arrow move a row
Alt + Down Arrow move a row
Alt + mouse select select multiple rows
Alt + Shift + . select the same text
Ctrl + . show error menu
Ctrl + Alt + mouse click select random multiple rows
Ctrl + K, Ctrl + C Comment section
Ctrl + K, Ctrl + U Uncomment section
Ctrl + Shift + * (SV) Comment/Uncomment section
Ctrl + Shift + Left/Right Arrow select text
Ctrl + Shift + F Find and Replace
Ctrl + Left/Right Arrow move cursor fast
Ctrl + - sends you back to previous file (F12)
Ctrl + Space IntelliSense
Ctrl + M collapse block of code
Ctrl + R + R rename mathod or class
Ctrl + Tab move between files
Shift + Home select line - right > left
Shift + End select line - left > right
F12 sends you to a constractor
F5 Run code

Visual Studio Code Snippets

Shortcut Description
cw Console.WriteLine();
ctor Create constractor
if if function
while while function
prop properties

C-sharp repo

Name Description
Directory.Delete01.cs delete files from a directory
Directory.GetFiles01.cs list files in a folder
File.WriteAllText01.cs write text to a file
FileInfo.MoveTo01.cs rename files
git merge
git rebase
git reset
git revert
git fetch
Add-migration InitialCreate
Update-database

https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/arithmetic-operators https://learn.microsoft.com/en-us/rest/api/azure/devops/?view=azure-devops-rest-7.2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors