Abstract As we know, VSCode is a famous code editor with multiple language environment support. With the supporting of latex…
VSCode
Configure settings in VSCode
Abstract This article will record how to configure settings in VSCode. Introduction In VSCode, the settings can be divided into…
Use Settings Sync extension in VSCode to sync settings.
Abstract VSCode is a widely used open source editor which can be used in Windows, Mac OS X and Linux.…
Shortcut for comment in VSCode
Abstract This article aims to record the shortcut for comment in VSCode. Details Comment: “Ctrl + K + C” Uncomment:…
Compile and debug C++ project with Visual Studio Code on Ubuntu
Abstract This article aims to record how to compile and debug C++ project with Visual Studio Code on Ubuntu. Step…