
Play a sound when certain events occur within Visual Studio.Ĭreate custom window layouts for specific development scenarios or monitor setups and switch between them easily. Instead of retyping ‘(‘ to show parameter info in method signatures, use Ctrl+Shift+Space to display the currently used overload. Make IntelliSense and tooltips semi-transparent for the duration you press and hold the Control key. You don’t need to write quotation marks around JSON property names, simply type a colon and Visual Studio will insert the quotes automatically. The inserted is selected so you can easily edit it to be any tag you’d like, and the end-tag matches up automatically.Ĭopy any JSON fragment to the clipboard and paste it as strongly typed.

Make Solution Explorer automatically select the current active document, so you never lose track of its location in the project.Įasily surround HTML elements with a using Shift+Alt+W. Improve performance of solution load and reduce visual noise by disabling restore of node expansions in Solution Explorer as well as Reopen documents on solution load.įor fast keyboard navigation, use Ctrl+T to find anything in your solution – files, classes etc.Īssign a keyboard shortcut to perform a “git pull” so you don’t have to use CLI or Team Explorer to ensure your repo is up to date. Supported from Visual Studio 2013 Solution Reattach to process (Shift+Alt+P) is extremely helpful when you have to attach to the same process again and again.Ī blue dot in the margin indicates a switch of threads while stepping through debugging.

Hitting F10 to build, run, and attach debugger instead of F5 will automatically break on the first time your own code is being executed. We’ve been sharing tips on Twitter using the #vstip hashtag for a while, and this is a collection of the best ones so far. For now.Whether you are new or have been using Visual Studio for years, there are a bunch of tips and tricks that can make you more productive. Now the only annoying bit is that I have to pick out that one running task from the list of running tasks when restarting, but I can live with that.


I’ve set it to Ctrl+Alt+r.įinally, the flow is Ctrl+Shift+b to start the taks for the very first time, code-code-code, Ctrl+Alt+r to re-build. d20 Preferences -> Keyboard shortcuts (or just hit Ctrl+k Ctrl+s), search for “Restart running task” keybinding, and set it to whatever you like.
