short cut https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf go to definition : F12 go back : ctrl alt - go forward : ctrl shift - Find All References (need extension C++ Intellisense + GNU Global >= 6.5) : Shift + Alt + F12…
It is the start of a New Year and you have decided to try Visual Studio Code, good resolution! One of the things you will find the most surprising, is that unlike its big brother Visual Studio which has IIS Express, VS Code does not come with a built…
Debug only user code with Just My Code By default, the debugger skips over non-user code (if you want more details, see Just My Code). Just My Code is a Visual Studio debugging feature that automatically steps over calls to system, framework, and oth…
A few days ago, I've been facing a strange behavior with Visual Studio 2013. No matter what solution I was opening, Visual Studio kept switching the source control plugin to Git. I was sure all my solutions were bound to TFS. I didn't understan…