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 configure tasks in vscode
- The method to configure tasks in vscode is: 1. First, open vscode, click the [Task] menu bar, and open the [Configure Task] option; 2. Then, click [build] in the pop-up box, or enter the task that needs to be created; 3. Finally, just modify the task code.
- VSCode 3753 2020-03-25 15:50:43
-
- How to migrate vscode configuration to new computer
- How to migrate vscode configuration to a new computer: 1. Install Settings Sync in vscode. 2. Set up Github Person Access Token. 3. Upload your configuration to Github Gist. 4. Download the uploaded configuration to the new device.
- VSCode 10394 2020-03-25 10:19:21
-
- How to download modules in vscode
- How to download modules in vscode: Click the app store icon on the left, a plug-in menu will pop up, then enter the name of the module to be downloaded, find the module to be installed, and click the install button in the lower right corner to automatically download and install the specified module.
- VSCode 5144 2020-03-25 10:03:18
-
- How to solve the problem that files dragged into vscode display garbled characters
- The solution for files dragged into vscode to display garbled characters: Add "files.autoGuessEncoding": true to vscode's configuration file to enable vscode to use the file's encoding to open the file.
- VSCode 2980 2020-03-25 09:50:32
-
- What to do if the tab key fails in vscode
- The solution to the failure of the tab key in vscode is: 1. First, open the [File], [Preferences], and [Settings] options in sequence; 2. Then, find the ["emmet.syntaxProfiles"] option and add the configuration ["vue- html":"html"].
- VSCode 4352 2020-03-24 17:39:35
-
- How to automatically add double quotes in vscode
- The method for vscode to automatically add double quotes is: 1. Install the [prettier-code formatter] plug-in; 2. Then, open the settings.json configuration file and modify the configuration ["prettier.singleQuote": true].
- VSCode 7547 2020-03-24 17:23:40
-
- How to change the background color in vscode
- The method to modify the background color of vscode is: 1. First, click the [file], [preferences], and [color theme] options in sequence; 2. Then, select the required background color in the color theme drop-down list, and click it to change it. .
- VSCode 26217 2020-03-24 17:15:50
-
- How to change the default file encoding of the current workspace in vscode
- The method for vscode to modify the default file encoding of the current workspace is: 1. First, click the [File], [Preferences], and [Settings] options in sequence; 2. Then, find the files.encoding setting and modify the character set encoding to utf-8 That’s it.
- VSCode 6782 2020-03-24 17:05:45
-
- What should I do if the html tag in vscode cannot be completed?
- The solution to the problem that the html tag in vscode cannot be completed is: 1. First, install the [HTML Snippets] plug-in; 2. Then, open the user settings and configure the files.associations object.
- VSCode 3598 2020-03-24 16:35:21
-
- How vscode customizes user code snippets
- The method for vscode to customize user code snippets is: 1. First, click the [File], [Preferences], and [User Code Snippets] options in sequence; 2. Then, select the html file in the drop-down list; 3. Finally, define the html Frame, press the tab key to complete the frame.
- VSCode 3948 2020-03-24 16:24:20
-
- What should I do if the vscode terminal cannot input?
- The solution to the problem that the vscode terminal cannot input is: 1. First, enter the user settings, search for shell, and find the [Path of the shell used by the terminal on Windows] option; 2. Then, add the git-bash path.
- VSCode 7510 2020-03-24 16:06:32
-
- What should I do if the restart shortcut key in vscode fails?
- The solution to the invalid restart shortcut key in vscode is: 1. First, click the [Options] and [Keyboard] menu items in sequence; 2. Then, search for [Attach to Process] to find the invalid shortcut key setting; 3. Finally, change Just set the shortcut keys.
- VSCode 4531 2020-03-24 15:52:01
-
- How to set up a new window when opening a file in vscode
- How to set up a new window when vscode opens a file: Use the ctrl+shift+p shortcut key to open the search bar and search for settings. Open the settings.json file, find the workbench.editor.showTabs item, and set its value to true.
- VSCode 6141 2020-03-24 15:44:37
-
- What should I do if vscode cannot open the terminal?
- Solution to why vscode cannot open the terminal: Click "File" - "Preferences", then enter shell, and add the path to the terminal in the settings file.
- VSCode 10722 2020-03-24 15:30:24
-
- How to set up python environment in VScode
- How to configure the Python development environment in vscode: 1. Install the python plug-in in vscode. 2. Open the working directory. 3. Add the configuration file and add the python installation directory to the configuration file. 4. Add user settings.
- VSCode 19470 2020-03-24 10:54:25