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 install typing effects plug-in in vscode
- The method for installing the typing effects plug-in in vscode is: 1. First open the extension store, search for [power mode], and install the plug-in; 2. Then open settings.json and add ["powermode.enabled": true].
- VSCode 4363 2020-02-13 15:56:02
-
- How to install vscode.deb on ubuntu
- The method to install vscode.deb on Ubuntu is: 1. First enter the vscode official website; 2. Then select the Linux version of vscode and select the deb format; 3. Finally, enter the password according to the prompts to install and wait for the installation to complete.
- VSCode 4358 2020-02-13 15:47:11
-
- vscode reports error when opening vue file
- The solution to the error when vscode opens the vue file is: 1. First check whether the HTML fragment has syntax errors; 2. Then open the file, preferences, settings, and search for vetur; 3. Finally, set [vetur.validation.template] to false That’s it.
- VSCode 5190 2020-02-13 15:33:48
-
- How to add local server configuration to vscode
- The method to add local server configuration to vscode is: 1. First open the extension store, search for [live server], install the plug-in, and restart vscode; 2. Then click [Go Live] to start the server, and vscode will automatically run the system default browser device.
- VSCode 3923 2020-02-13 15:14:54
-
- vscode is not available after installing the go plug-in
- The solution to the problem that vscode is unavailable after installing the go plug-in is: 1. Create the path [golang.org\x] and download the source code required by the dependent tools; 2. Download the source code required by golint; 3. Finally execute [go install golang.org/ x/lint/golint].
- VSCode 2893 2020-02-13 15:06:20
-
- How to import pictures into vscode
- The method for importing images into vscode is: 1. First install the [markdownlint] and [markdown preview enhanced] plug-ins; 2. Then create a new md file, and create an assets folder in the same directory and put the image in; 3. Finally edit the md file. Can.
- VSCode 41529 2020-02-13 14:52:57
-
- How to set up c language development environment with vscode
- The method for vscode to set up the c language development environment is: 1. Install MinGW; 2. Configure the system environment variable Path; 3. Modify the vscode debugging configuration file; 4. Configure the c/c++debuger.
- VSCode 8029 2020-02-13 14:43:36
-
- vscode prompts that the runtime node cannot be found on the path
- The way to solve the problem that vscode prompts that the runtime node cannot be found on the path is: 1. First, add the node.js path to the environment variable path; 2. Then verify whether node.js has been added to the environment variable; 3. Finally, restart vscode. Can.
- VSCode 10903 2020-02-13 14:29:44
-
- How to check the correctness of the code in vscode
- The method for vscode to check whether the code is correct is: 1. First open the command prompt and enter the [c:\python34\scripts\] directory; 2. Then execute the [pip install pylint] command to install the pylint plug-in; 3. Finally, open the user settings file, just add configuration.
- VSCode 9673 2020-02-13 14:23:18
-
- How to set cursor color in vscode
- The method for setting the cursor color in vscode is: 1. First open the file, preferences, and settings in sequence; 2. Then edit the code on the right, such as ["editorCursor.foreground": "#e9e6e6",}], and the cursor color can be Choose according to your own needs.
- VSCode 11000 2020-02-13 14:08:42
-
- Win7 system cannot open vscode
- The solution to the problem that Win7 system cannot open vscode is: 1. First open the run window, enter cmd, and open the command prompt; 2. Then run the command [netsh winsock reset] to reset the winsock directory; 3. Finally, reopen vscode.
- VSCode 5721 2020-02-13 13:55:18
-
- Unable to switch input method in vscode
- The solution to the inability to switch the input method in vscode is: 1. First enter the vscode official website and download the deb package; 2. Then open the terminal, switch to the downloaded directory, and run the command [dpkg -i xxx (package name)].
- VSCode 4879 2020-02-13 13:40:17
-
- How to set html template in vscode
- The method for setting the HTML template in vscode is: 1. First, click Settings to open the user code snippet; 2. Then open the html.json file; 3. Finally, customize the HTML template, such as ["h5 template": {"prefix": "vh","body": []}].
- VSCode 4455 2020-02-13 13:24:38
-
- vscode compile c console output garbled code
- The solution to the garbled output of vscode compiled c console is: 1. First open cmd and enter the directory where the program is located; 2. Then execute the command [chcp 65001] to convert the encoding method; 3. Finally execute the command [.\test.exe], Just run the program.
- VSCode 3371 2020-02-13 13:11:36
-
- The eslint plugin in vscode does not work
- The solution to the eslint plug-in in vscode not working is: 1. First open the user settings and click [Edit in settings.json]; 2. Then edit the json file, such as ["language": "vue"]; 3. Finally Just restart vscode.
- VSCode 5326 2020-02-13 13:01:22