current location:Home > Technical Articles > Development Tools > VSCode
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to set the Chinese locale in vscode?
- How to set Chinese in vscode: first open the locale.json file, modify the locale attribute value to zh-CN, and save the locale.json file; then in the "Extensions" interface, search for the Chinese plug-in to install; finally restart VSCode.
- VSCode 4337 2019-12-30 16:48:46
-
- How to set up automatic saving in vscode?
- How to set auto-save in vscode: 1. After opening vscode, click the settings (gear-shaped) icon in the lower left corner; 2. Select the Settings option; 3. Set the default values of Auto Save to afterDelay, onFocusChang, and onWindowChange.
- VSCode 10249 2019-12-30 16:31:45
-
- vscode configures c language development environment
- The method for vscode to configure the C language development environment is: 1. First install the [c/c++] plug-in and restart vscode; 2. Then install [GCC] and configure the environment variables; 3. Finally configure the smart prompt and turn on the debugging function. .
- VSCode 3500 2019-12-30 16:25:31
-
- How to modify the language in vscode
- How to change the language of vscode to Chinese: Use the shortcut key Ctrl+Shift+p in vscode to open the search box and search for configure display language. Then modify the locale attribute under the locale.json file to zh-CN.
- VSCode 9230 2019-12-30 16:23:46
-
- How to completely delete vscode?
- How to completely delete vscode: First uninstall the vscode application software, and then delete the files in the C:\Users\Administrator.vscode and C:\Users\Administrator\AppData\Roaming\Code paths.
- VSCode 13889 2019-12-30 16:07:39
-
- How vscode configures the go language development environment
- The method for vscode to configure the go language development environment is: 1. First install the go development extension; 2. Then install the go language development toolkit; 3. Then click [Preferences], [Settings] in order to open the settings page and automatically save the relevant configurations. ; 4. Finally, configure the shortcut keys for the code snippet.
- VSCode 4169 2019-12-30 16:01:48
-
- Can vscode write java?
- vscode can write java. vscode has a rich plug-in ecosystem, which can support C/C++, C#, Python, PHP, Java and other languages by installing plug-ins.
- VSCode 5151 2019-12-30 15:54:14
-
- What is the difference between vside and vscode?
- Difference: vside (Visual Studio) is an integrated development environment that includes most of the tools needed in the entire software life cycle. And vscode (Visual Studio Code) is a free and open source modern lightweight code editor.
- VSCode 5379 2019-12-30 15:40:24
-
- vscode sets html tag code completion
- The method for setting html tag code completion in vscode is: 1. First install the [html snippets] plug-in; 2. Then click [file] and select the [preferences] option; 3. Then find the [files.associations] object and configure it. Just save the file.
- VSCode 4347 2019-12-30 15:31:27
-
- Where are the vscode extensions placed?
- The extension of vscode under Windows system is in the "C:\Users\your username\.vscode\extensions" directory; the extension of vscode in Mac and Linux systems is in the "~/.vscode/extensions" directory.
- VSCode 8814 2019-12-30 15:28:54
-
- How vscode builds a vue development environment
- The method for vscode to build a vue development environment is: 1. Install node.js; 2. Install cnpm; 3. Install the vue-cli scaffolding construction tool; 4. Use vue-cli to build the project; 5. Install the dependencies required for the project; 6 , run the project; 7. Integrate element.
- VSCode 3919 2019-12-30 15:17:35
-
- How to install plug-ins for vscode?
- How to install plug-ins in vscode: First open the VSCode software, then we need to click "Extensions" on the left side of the VS Code software to enter the "Extensions" interface; finally, enter the plug-in you want to install in the search box of the "Extensions" interface, and click "Install ( install)" button to install.
- VSCode 3299 2019-12-30 15:06:11
-
- How to completely clear vscode, installed plug-ins and personal information
- The method to completely clear vscode, installed plug-ins and personal information is: 1. First open the control panel, uninstall the vscode application, or run the [unins000.exe] program to uninstall; 2. Then delete [.vscode] and [code] folder is enough.
- VSCode 4322 2019-12-30 14:58:16
-
- How does vscode compile python?
- Steps for compiling python with vscode: 1. Install python; 2. Configure environment variables; 3. Add the python plug-in to VS Code; 4. Press F5 to run it directly, or you will find more options to run Python files in the terminal by right-clicking.
- VSCode 5716 2019-12-30 14:49:29
-
- How to set the cursor in vscode
- The method for vscode to set the cursor is: 1. First open the user settings panel and click [Cursor]; 2. Then set the cursor style in the [cursor style] option and set the cursor width in the [cursor width] option.
- VSCode 10634 2019-12-30 14:46:24