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 modify the default style of html in vscode
- The method to modify the default style of HTML in vscode is: 1. Enter the vscode installation directory and open the expand-full.js file; 2. Comment the content ["!!!": "{<!DOCTYPE html>}",]; 3. , restart vscode.
- VSCode 4191 2020-04-05 09:56:25
-
- What to do if python error is reported in vscode
- The solution to the Python error in vscode is: 1. Open settings and search [python.linting.pylintArgs]; 2. Add configuration ["--load-plugins", "pylint_django"].
- VSCode 3235 2020-04-04 15:26:44
-
- What to do if npm command cannot be executed in vscode
- The solution to the inability to execute the npm command in vscode is: 1. Create a new NODE_PATH system variable; 2. Edit the Path user variable; 3. Run vscode as an administrator.
- VSCode 5778 2020-04-04 15:14:02
-
- How to install vscode on mac computer
- The method to install vscode on a Mac computer is: 1. Open the browser and search for vscode and enter the official website; 2. Click [download for mac] to download; 3. Double-click the downloaded compressed package to decompress; 4. Move the decompressed file to the application Just inside the program folder.
- VSCode 5597 2020-04-04 15:00:18
-
- Ctrl + left mouse button cannot jump in vscode
- The solution to the problem that ctrl+left mouse button cannot jump in vscode is: 1. Add the folder to the workspace; 2. Open the configuration file c_cpp_properties.json; 3. Delete the configuration ["C:/Keil_v5/ARM/ARMCC/include" 】.
- VSCode 17872 2020-04-04 14:42:30
-
- Formatting css code label attributes in vscode does not wrap
- The solution to formatting css code label attributes without line wrapping in vscode is: 1. First open the preference settings; 2. Then open the settings.json file; 3. Finally add the ["vetur.format.defaultFormatterOptions"] configuration.
- VSCode 8490 2020-04-04 14:30:59
-
- How to solve the problem that vscode cannot open the terminal
- Solution to the problem that vscode cannot open the terminal: Click "File" - "Preferences" - "Settings" in the menu bar, then click the "Open Settings" button in the upper right corner and add "terminal.integrated.shell.windows":"cmd Path" will do.
- VSCode 8410 2020-04-03 10:43:43
-
- How to view saved records in vscode
- How to view the saved records in vscode: Install a Local history plug-in in the vscode extension, and then every time the save file is modified, a .history file will be added in the code directory. Click this file to view the saved records.
- VSCode 7482 2020-04-03 10:11:43
-
- How to connect vscode to python
- How to connect vscode to python: 1. Open the command panel and enter Python:Select Interpreter and then select a Python interpreter. 2. Click File-Preferences-Settings, and then set the value of python.pythonPath to select the interpreter to use.
- VSCode 5611 2020-04-03 10:04:18
-
- How to make prompt information in vscode
- The method for vscode to generate prompt information: first use the command "npm install typings -g" to install "typings"; then search for the "typings" definition of the corresponding module; then find an available "typings" definition based on the name; finally install the debugging tool. Can.
- VSCode 5402 2020-04-03 09:44:28
-
- What to do if VScode search is incomplete
- Solution to incomplete VScode search: First open the VScode software; then open "Settings" in the software; finally copy and paste the code as ""search.exclude": {"system/": true,"!/system/**/* .ps*": true}" and restart.
- VSCode 4297 2020-04-03 09:39:30
-
- How vscode runs WeChat applet
- How to run WeChat applet in vscode: first build the project in the applet development tool; then open the built applet project in vscode; then search and install the "vscode weapp api" and "vscode wxml" plug-ins; finally save it. Can be synchronized to mini program development tools.
- VSCode 27026 2020-04-03 09:30:46
-
- How to write R language in vscode
- How to write R language in vscode: first open the vscode software and install the "R" plug-in; then click "Open the location of the file" and copy the path to the configuration bar; then install the "languageserver" package in "R"; Finally, create a new file with the suffix ".R" and write an R program.
- VSCode 11130 2020-04-03 09:25:06
-
- How to release comments in vscode
- How to release comments in vscode: first open the vscode software; then find and open a code file with comments; then select the code segment that needs to be released in the file; finally press the shortcut key "Ctrl+K+U" to cancel the comment .
- VSCode 2791 2020-04-03 09:16:21
-
- How to quickly create a new HTML page in vscode
- How to quickly create an html page in vscode: first open the vscode software; then create a new html file; then install the "open in browsers" plug-in; finally press the shortcut key "alt+b" to run the html file to view the html page effect.
- VSCode 3948 2020-04-03 09:11:56