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 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 20513 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 22150 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 3718 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 4478 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 7850 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 4498 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 3673 2019-12-14 15:35:54
- Python cannot F5 code under vscode
- The reason why python cannot F5 code under vscode is: environment variable configuration problem. The solution is: 1. First, right-click [Computer], click [Properties], [Advanced System Settings], [Environment Variables]; 2. Then configure the [path] environment variable in the system variables.
- VSCode 4468 2019-12-14 15:21:31
- Add vscode shortcut on right click
- The method to right-click to add vscode shortcut is: 1. First open the registry, click [New] to create a shell branch; 2. Then create a new [vscode] item under shell; 3. Then create a new [command] item under [vscode] , enter the path where the Notepad program is located; 4. Finally, close the registry.
- VSCode 6364 2019-12-14 14:48:01
- How does vscode ensure that opening new files does not overwrite old files?
- The setting method for vscode to ensure that old files are not overwritten when opening new files is: 1. First open the search box and enter [settings] to search; 2. Then find the user setting option and open it; 3. Then search for [enablePreview] and close the third Just one option.
- VSCode 5505 2019-12-14 14:33:04
- vscode configures c language compilation environment
- The method for vscode to configure the c language compilation environment is: 1. First download the [MinGW] compiler; 2. Then configure the environment variables; 3. Then install the [c++] plug-in and restart the editor; 4. Then configure the [c++] .vscode] file; 5. Finally configure the [.vscode] file in C language.
- VSCode 3301 2019-12-14 14:08:41
- vscode makes multiple windows have different colors by installing plug-ins
- The method for vscode to install plug-ins to make multiple windows have different colors is: 1. First download and install the Peacock plug-in; 2. Then open the command window and enter the plug-in name, and use the up and down keys to select the required color for the current project; 3. Then use the git system globally File cancels the track of the file; 4. Finally restart vscode.
- VSCode 4121 2019-12-14 13:45:05
- vscode writes vue code without code prompts
- The solution to writing Vue code without code prompts in vscode is to install the relevant plug-ins. Installation steps: 1. First click the button to install the plug-in, search for the required plug-in and install it; 2. Then click the [File], [Preferences], [Settings], and [User Configuration] options in sequence; 3. Finally fill in the plug-in related information Just configure it.
- VSCode 22908 2019-12-14 13:33:43
- The header file cannot be read when vscode compiles and runs a c++ program
- The solution to the problem that the header file cannot be read when vscode compiles and runs the C++ program is: 1. First, you need to install and configure the MinGW environment variables; 2. Then open the search bar and enter [C++] to open the configuration file; 3. Then add the header file Just go to the configuration file and save the file.
- VSCode 5975 2019-12-14 13:19:55
- Can VScode edit DLL library files?
- vscode can edit DLL library files. For example: Now we need to modify the compiled DLL file, then we can use Microsoft's two tools [ildasm] and [ilasm]. Through these two tools, we can generate a software from the DLL file to the IL file, and convert the DLL file into an IL file. IL file regenerates DLL library file.
- VSCode 13596 2019-12-14 11:49:30