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 run code with vscode
- The method for running code in vscode is: 1. Open the command panel and run [run active file in active terminal]; 2. Select the code and run [Run Selected Text In Active Terminal].
- VSCode 13675 2020-02-11 17:55:07
-
- How to use debugging with vscode
- The method for debugging vscode is: 1. First configure the launch.json file; 2. Then install the plug-in [live server]; 3. Finally, select the configured test option, open the page that needs to be debugged, and press F5 to start debugging.
- VSCode 6731 2020-02-11 17:47:14
-
- vscode cannot paste using ctrl+c
- The solution to the problem that vscode cannot be pasted using ctrl+c is: 1. First open the [file], [preference], and [settings] options in sequence; 2. Then uncheck the [vim:use ctrl keys] option.
- VSCode 14185 2020-02-11 17:34:11
-
- How to open html page on vscode
- The method to open the HTML page on vscode is: 1. First open the plug-in management tool and search [open in browser]; 2. Then install the plug-in; 3. Finally open the HTML file, right-click and select [open in default browser].
- VSCode 4384 2020-02-11 17:26:58
-
- How to modify the highlight color in vscode
- The method for vscode to modify the highlight color is: 1. First open vscode; 2. Then open the [File], [Preferences], and [Color Theme] options in sequence; 3. Finally, in the theme options, select the appropriate color theme. , such as [Monokai].
- VSCode 4714 2020-02-11 17:18:57
-
- How to use vscode to open multiple folders
- The method to use vscode to open multiple folders is: 1. First click [file], [open floder...]; 2. Then select multiple folders with the mouse and click [Select Folder]; 3. Finally reopen vscode Multiple folders can be displayed.
- VSCode 7030 2020-02-11 17:11:30
-
- How to install nodejs smart prompts in vscode
- The method for vscode to install nodejs smart prompts is: 1. [cnpm i typings -g]; 2. [typings init]; 3. [typings install dt~node --global --save].
- VSCode 3757 2020-02-11 16:52:57
-
- vscode breakpoint debugging js project
- The method for debugging JS projects with vscode breakpoints is: 1. First install the [debugger for chrome] plug-in; 2. Then load the project and configure the launch.json file; 3. Finally change the debugging method to [Use native chrome debugging] and set Breakpoint and debug.
- VSCode 3021 2020-02-11 16:42:12
-
- vscode cannot search for plugins
- The solution to the problem that vscode cannot search for plug-ins is: 1. First open the system settings and open the network settings; 2. Then select the network proxy, set the method to automatic, and click [Apply to the entire system]; 3. Finally, reopen the vscode plug-in. Can.
- VSCode 10066 2020-02-11 16:30:25
-
- How to create a new HTML5 template in vscode
- The method for creating a new HTML5 template in vscode is: 1. First open the settings, click [user snippets], search for html, and open the html.json file; 2. Then customize the H5 template, such as [<!DOCTYPE html>].
- VSCode 4547 2020-02-11 16:22:08
-
- How to compare files with vscode
- The method to compare files with vscode is: 1. First open the file directory, select one of the files to be compared, right-click, and select [select for compare]; 2. Then select another file, right-click, and select [select for compare]. Can.
- VSCode 4982 2020-02-11 16:05:50
-
- Can I install vscode on mac?
- Mac can install vscode. Installation method: First open the vscode official website, click [download for mac], download vscode to mac, then click on the downloaded file to decompress, and finally click to open the application.
- VSCode 8609 2020-02-11 15:57:22
-
- Can vscode develop javaweb?
- vscode can develop javaweb, but before development, you need to configure the javaweb development environment, such as installing maven, installing tomcat proxy server, and vscode installing [java extension pack] plug-in, etc.
- VSCode 7344 2020-02-11 15:43:59
-
- How to export vscode extension
- Method to export vscode extension: enable powershell and run [code --list-extensions | ForEach-Object {"code --install-extension $_"} > extensions.ps1].
- VSCode 9771 2020-02-11 15:31:51
-
- How to set vue template code in vscode
- How to set the vue template code in vscode: 1. First install the vetur and vuehelper plug-ins, restart vscode; 2. Then click on file, preferences, usersnippets, and select the vue item; 3. Finally, add the template code in the vue.json file.
- VSCode 5368 2020-02-11 15:21:55