I feel like I've been neglecting this powerful tool and not using it to full capacity. What are the most useful Visual Studio capabilities or tools that you use most often?
An integrated development environment (IDE) is a feature-rich program that supports many aspects of software development. The Visual Studio IDE is a creative launching pad that you can use to edit, debug, and build code, and then publish an app.
Using Visual Studio and . NET, you can develop applications for desktop, web, mobile, games, and IoT. You can write . NET apps in C#, F# or Visual Basic language.
Ctrl+K, Ctrl+D
Reformat your Code
And you can also press Ctrl+K, Ctrl+C
to comment a block of code, Ctrl+K, Ctrl+U
to uncomment a block of code.
There is somthing I really like in VS where you can press F12
to go to the defenition of a variable or class...etc
Auto-completion of certain structures like for/while/switch/try etc when you hit your tab key twice after typing the first keyword, e.g: type "for" and then hit tab twice. Love it! :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With