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 Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to install extensions in vscode
- How to install an extension in vscode: first press and hold the "Ctrl+shift+I" keys on the keyboard to enter the "Extensions" interface; then enter "open" in the search box; then find "open in browser"; finally click "install" to proceed Just install it.
- VSCode 6963 2019-12-16 11:02:05
-
- How to open vscode in cmd
- The method to open vscode in the cmd command line is: 1. First open the installation directory of vscode and copy the bin file address; 2. Then click [My Computer], [Properties], [Advanced System Settings], [Environment Variables] in sequence ; 3. Edit the PATH variable in the user variable; 4. Finally, use the command on the command line to open it.
- VSCode 8654 2019-12-16 10:56:31
-
- vscode cannot be started after installation
- The solution to the problem that vscode cannot be started after installation is: 1. First use the shortcut key [win+r] to open the run window, enter [cmd] to enter the command line mode; 2. Then enter the [netsh winsock reset] command to reset [winsock 】directory, just allow all operations of the program.
- VSCode 3399 2019-12-16 10:41:22
-
- How vscode searches for a string or directory
- The method for vscode to search for a string or directory is: 1. First click the second global search button on the left; 2. Enter the string you want to query in the search box; 3. Then search in [Included or excluded files] Just enter the directory you want to query in the box.
- VSCode 9071 2019-12-16 10:28:21
-
- How to download vscode 64-bit
- The method to download 64-bit vscode is: 1. First enter the official website, find [windows x64], and click download; 2. After downloading and installing, then configure the Chinese plug-in, search for language settings, select [en], and then restart; 3. Restart Then, search for [chinese] and select the first option to install.
- VSCode 3551 2019-12-16 10:06:17
-
- Settings for vscode pasting code without indentation
- The setting method for vscode pasting code without indentation is: 1. First, click [Tools], [Options] in the menu bar to open the options window; 2. Then select the [Text Editor] option on the left; 3. Use C# language as For example, select the C# option, click [Format Settings], [General], and remove the [Automatically format when pasting] option.
- VSCode 4506 2019-12-16 09:52:16
-
- vscode configures the environment for compiling and running c programs
- The method for vscode to configure the environment for compiling and running C programs is: 1. First install the necessary plug-ins, such as: [c/c++] plug-in; 2. Then configure the system environment variables and restart the computer; 3. Then configure the json file; 4. Finally compile and run the first c program.
- VSCode 5121 2019-12-16 09:36:10
-
- How to set up vscode terminal for optimization
- The method for vscode to optimize by setting the terminal is: 1. Optimize the terminal by setting the shell environment started by the terminal; 2. Pass parameters to the Shell script when the integrated terminal is created; 3. Optimize by setting the environment variables of the integrated terminal; 4. , Set the number of content lines displayed by the integrated terminal running script.
- VSCode 6449 2019-12-16 09:12:44
-
- How vscode configures the js running environment
- The method for vscode to configure the js running environment is: 1. First click on Tools and Language to install the required plug-ins; 2. Then open the extension store list, select the debugging plug-in to install, and restart the environment after the installation is completed; 3. Then create a [.vscode ] folder, just set the [url] path in the configuration file.
- VSCode 21021 2019-12-14 17:31:16
-
- vscode cannot write user configuration
- The solution to the problem that vscode cannot write user configuration is: first open the configuration file, delete the configuration of the uninstalled plug-in, then delete the configuration of the uninstalled plug-in, then check whether the file [json] format is correct, and finally select the default configuration of some functions. Can.
- VSCode 23358 2019-12-14 16:59:26
-
- ctrl+c cannot be used after using the vim plug-in in vscode
- The solution to the problem that the [ctrl+c] shortcut key cannot be used after using the [vim] plug-in in the vscode editor is: 1. First, click the [File], [Preferences], and [Settings] options in sequence; 2. Then enter [vim. us], find the [use ctrl keys] option, and remove the check mark in front of this option.
- VSCode 4236 2019-12-14 16:43:13
-
- vscode cannot find git path
- The solution to why vscode cannot find the git path is: 1. First open the [cmd] command line mode, and then use the [where git] command to find your own git installation path; 2. Then open vscode settings and add it in the user configuration on the right Just overwrite the default git configuration with your own git installation path.
- VSCode 4903 2019-12-14 16:22:42
-
- How vscode enables code to be opened in the browser and refreshed in real time
- The method for vscode to open the code in the browser and refresh it in real time is: 1. First download and install the [view in browser] plug-in; 2. Click on the resource manager, select the current file, right-click and select Open in browser; 3. Click [View ], click [Integrated Terminal], and then enter relevant instructions to achieve real-time refresh.
- VSCode 8235 2019-12-14 16:11:42
-
- vscode theme change is invalid
- The solution to the problem of invalid vscode theme change is: 1. First use the [ctrl+p] shortcut key to call up the control panel, enter the install theme command, and install the theme you need; 2. Then search for the installed theme in the local hard disk; 3. Then copy the theme file to the extension folder; 4. Finally, restart the editor.
- VSCode 4840 2019-12-14 15:53:25
-
- How to debug js code in vscode
- The method to debug js code in the vscode editor is: 1. First search for [Debug] in the left extension and click Install; 2. Click [F5] under your project directory, or select the debug button on the left; 3. Then add [Chrome] and modify the configuration file; 4. Finally, debug.
- VSCode 4026 2019-12-14 15:35:54