Code Snippets in VSCode
Introduction VSCode(Visual Studio Code) is a code editor redefined and optimized for building and debugging modern web and cloud applications. Code Snippets is a piece of code, the editor will auto complete a specific code when developer type some specific prefixes. Custom Code Snippets VSCode has many built-in code snippets, so I won’t go into details here, but mainly talk about how to customize code snippets. There are two types of code snippets, one is global and the other is workspace, the difference between them is that the scope and storage location....