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 software is vscode?
- vscode is a free and open source modern lightweight code editor that supports syntax highlighting, intelligent code completion, custom hotkeys, bracket matching, code snippets, code comparison Diff, GIT and other features of almost all mainstream development languages. , supports plug-in extensions, and is optimized for web development and cloud application development.
- VSCode 12145 2020-05-25 11:14:28
-
- How to close the DOS window in vscode
- How to close the DOS window of vscode: first open the vscode software; then find and open the "launch.json" file; then change "integrateTerminal" to "internalConsole"; and finally restart the debugger.
- VSCode 4734 2020-05-25 11:06:49
-
- How to run JS code directly in VSCode
- How to run JS code directly with VSCode: first create a new JS file and edit it with VSCode; then check whether the editor syntax is JavaScript, if not, change it to JavaScript; then write some JS statements in the editor; finally click the triangle in the upper right corner icon to run.
- VSCode 11585 2020-05-20 14:42:08
-
- How to change the display language of Vscode to Chinese?
- Vscode is an open source cross-platform editor. By default, the language used by vscode is English (us). How to change its display language to Chinese? The following article will introduce it to you.
- VSCode 3760 2020-05-18 10:23:43
-
- How to set vscode to open IE browser by default
- How to set vscode to open IE browser by default: 1. Click [File], [Preferences], [Settings] in sequence; 2. Enter [Open-in-browseer:Default] in the search box; 3. Modify the configuration [Open -in-browseer:Default:"IE"].
- VSCode 6266 2020-05-15 16:00:28
-
- How to set vscode to automatically recognize the encoding format
- The method to set vscode to automatically recognize the encoding format is: 1. Open the user settings, enter encoding in the search box, and find the relevant settings; 2. Find the [Files: Auto Guess Encoding] option in the pop-up settings page, and check it This option is sufficient.
- VSCode 11612 2020-05-15 15:46:09
-
- What should I do if the vscode plug-in fails to load?
- The failure to load the vscode plug-in is caused by permission issues. The solution: first enter the command "sudo chown -R myuser:myuser ~"; then change "myuser" to your own user name; finally execute the command "sudo chmod -R 700 ~" That's it.
- VSCode 6083 2020-05-15 13:21:33
-
- 5 practical VSCode extensions (share)
- This article will share with you 5 VSCode extensions that are useful for development. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
- VSCode 5774 2020-05-15 10:31:58
-
- How to enable eslint in vscode
- How to enable eslint in vscode: 1. Open settings and enter [eslint] in the search box to search for related configuration options; 2. Find the [Eslint: Enable] option and check this option.
- VSCode 6513 2020-05-14 16:59:05
-
- How to modify the color of selected code in vscode
- How to modify the color of selected code in vscode: 1. Open the workspace settings; 2. Find the ["workbench.colorCustomizations"] configuration; 3. Set the value of the [editor.selectionBackground] attribute to the color you need.
- VSCode 5772 2020-05-14 16:49:28
-
- How to turn off syntax error prompts in vscode
- How to turn off syntax error prompts in vscode: Just turn off the syntax check directly. First, we open the preferences, enter the settings, and then add the code ["eslint.validate": []] in the user settings.
- VSCode 11314 2020-05-14 16:29:33
-
- How to set code to automatically wrap in vscode
- The method for setting code automatic line wrapping in vscode is: 1. Click the [File], [Preferences], and [Settings] options in sequence; 2. Enter the [Text Editor] column, find the [Editor: Word Wrap] option, and set it to [ on].
- VSCode 6368 2020-05-14 16:16:47
-
- What should I do if vscode cannot execute the node command?
- The solution to the problem that vscode cannot execute the node command is: 1. Open the Visual Studio Code properties panel; 2. Switch to the [Compatibility] tab; 3. Check the [Run this program as an administrator] option.
- VSCode 4408 2020-05-14 16:04:18
-
- Add background image to vscode
- How to add a background image to vscode: 1. First open the vscode extension and install the background plug-in; 2. Then open [File], [Preferences], [Settings], and change the background image you like in the settings.
- VSCode 4678 2020-05-12 15:39:55
-
- What should I do if msvcp140.dll cannot be found and code execution cannot continue?
- The solution to the problem that "msvcp140.dll" cannot be found and cannot continue to execute the code: first run "Ctrl+R" and run the "control" command; then open the control panel and select the file to be modified; then right-click and select "Change"; Finally click "Repair" to solve the problem.
- VSCode 100952 2020-05-11 09:35:16