-
Notifications
You must be signed in to change notification settings - Fork 38
Visual Studio Shortcuts
Kaisinel edited this page Jun 12, 2021
·
8 revisions
-
Ctrl + T- advanced search. For example- look for a field called Policies: m Policies. -
Shift + F12- find all references -
Ctrl + K, K- place bookmark -
Ctrl + K, W- show bookmarks -
Ctrl + Tab- navigate open files, VS windows -
Ctrl + F4- close tab -
Ctrl + Q- visual studio feature/settings search -
Ctrl + I- search locally -
Ctrl + F- search with options
-
Ctrl + ]- move to closing bracket -
Alt + Shift + ]- select current scope -
Alt + Shift + [- move to the start of upper scope -
Alt+ up or down- moves a line of code up or down
-
Ctrl + K, S- surround code with… For example a try catch block -
Ctrl + K, C- bulk comment -
Ctrl + K, U- bulk uncomment -
Ctrl + K, D- format code - Hold
Ctrl + Alt, click on multiple places in code and type something- simultaneously it will appear in multiple places. -
Ctrl + R, R- rename- rename code element -
F2- rename file
-
Ctrl + Shift + V- paste one of the last 15 copied in VS -
Shift + Alt + Enter- full screen code editor
-
Shift + F11- go through the method -
F11- go into -
F10- go through -
Ctrl + Shift + F5- stop debugging, rebuild and restart debugging
Fundamentals of practical programming
Problem 1: International Recipe ConverterLesson 1: C# Keywords and User Input
Lesson 2: Control Flow, Array and string
Lesson 3: Files, error handling and debugging
Lesson 4: Frontend using WinForms
RESTful Web API and More Fundamentals
Problem 2: Your Online Shopping ListLesson 5: RESTful, objects and JSON
Lesson 6: Code versioning
Lesson 7: OOP
Lesson 8: Understanding WebApi & Dependency Injection
Lesson 9: TDD
Lesson 10: LINQ and Collections
Lesson 11: Entity Framework
Lesson 12: Databases and SQL