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:
-
- What should I do if there is an error when downloading the vscode plug-in?
- If you get an error when downloading the vscode plug-in, you can go to the official VScode website: https://marketplace.visualstudio.com/, select VSCode, search for the plug-in you want to download, download it locally, and then install it into vscode.
- VSCode 4109 2019-12-17 11:25:50
-
- What to do if the mouse cannot be seen clearly in vscode
- The solution to the problem that the vscode mouse cannot be seen clearly: First open the "Control Panel"; then customize the "Text Selection" mouse pointer type in the "Mouse" configuration; then select the "beam_r" option and confirm; finally open the vscode software and you can see the interface The mouse is clearly visible.
- VSCode 4204 2019-12-17 11:23:28
-
- Should vscode indent 2 or 4 spaces?
- The default code formatting indentation of vscode is 2 spaces. The setting method is: first open the vscode software; then select "File->Preferences->Settings"; then search for "tabsize"; finally open the file and change the "editor.tabsize" Just change the parameter to 2.
- VSCode 4842 2019-12-17 11:17:56
-
- What should I do if vscode outputs Chinese garbled characters?
- The solution to the Chinese garbled output of vscode: first click on the corresponding option in the lower right corner of the vscode compiler; then select the "Save by encoding" option; then select "UTF-8" or "GBK" as needed.
- VSCode 8608 2019-12-17 11:09:35
-
- What should I do if the vscode delete key cannot be used?
- The solution to the vscode delete key not working: first open the vscode software; then display the word selection box of the input method; then cancel the word selection box and switch back to English mode; finally reopen the input box and you can use the delete key normally .
- VSCode 9600 2019-12-17 11:05:15
-
- How vscode prompts jQuery
- How to prompt jQuery in vscode: First open the vscode software; then press the shortcut key [ctrl+`] to open the terminal; then run the command "npm install @types/jquery --save" to install the jQuery plug-in to realize the function of jQuery prompt.
- VSCode 6837 2019-12-17 10:56:06
-
- How to debug js with vscode
- How to debug js in vscode: first download and install "Node.js"; then click the "Debug" button in vscode to open the "launch.json" file; then add the code as ""configurations": [{...}]" ;Finally press the "F5" key to debug.
- VSCode 3730 2019-12-17 10:51:22
-
- How to set language in vscode
- How to set the language in vscode: first open the vscode software; then search for "Configure Language" or "Configure Language" in the search box; then open the "locale.json" file and select the language to confirm; finally restart the vscode software.
- VSCode 17803 2019-12-17 10:46:14
-
- How to modify the default configuration of vscode
- How to modify the default configuration of vscode: first open the vscode software; then select "File->Preferences->Settings"; then directly search for "editor.formatOnType" and "editor.formatOnSave"; and finally restart.
- VSCode 10172 2019-12-17 10:39:02
-
- How to debug vue with vscode
- How to debug Vue with vscode: First open Chrome with remote debugging turned on; then execute "npm run dev" in the vue project to start the project in debugging mode; then click the debug button in the left sidebar of vscode, select "Attach to Chrome" and Click the green start button.
- VSCode 5692 2019-12-17 10:33:25
-
- How to build a C language development environment with vscode
- The method for vscode to build a C language development environment is: 1. First, you need to install the [c/c++] extension; 2. Then install the compilation environment [mingw], configure the environment variables, and add the address of the compilation environment to the path environment variable; 3. Then configure vscode and modify the startup configuration file.
- VSCode 12123 2019-12-17 10:24:02
-
- vscode usage tutorial
- vscode quick use tutorial: 1. The command panel is the main interactive interface for shortcut keys. In the command panel, you can enter commands to search and then execute them; 2. When we want to modify the name of a function or variable, we only need to put the cursor Go to the function or variable name and press [F2].
- VSCode 41903 2019-12-17 10:06:52
-
- How to reduce the interface size of vscode
- The method to reduce the interface size of vscode is: first use the [ctrl+s] shortcut key to enter the shortcut key settings, search for reduction in the search box, and then follow the prompted shortcut keys to reduce the interface size. If the shortcut key is invalid, you can double-click to edit. Custom shortcut keys.
- VSCode 12011 2019-12-17 09:51:29
-
- Tutorial on the use of vim plug-in in vscode
- Tutorial for using the vim plug-in in vscode: 1. Install the vim plug-in, search for the vim plug-in, and click to install it after finding the plug-in; 2. Set the clipboard, enter [Preferences], and enable the use of the system clipboard; 3. Use [j , k, h] and other keys can control the cursor accurately and quickly.
- VSCode 7260 2019-12-17 09:39:06
-
- vscode builds java development environment
- The method for vscode to build a java development environment is: 1. First, you need to configure the environment variables, and then install java related plug-ins; 2. Then perform basic development configuration, configure maven, set global search ignore folders, and perform junit testing; 3. Finally Just use tomcat to debug the project.
- VSCode 5251 2019-12-17 09:21:00