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 use vscode icon
- How to use the vscode icon: First open the vscode software, search for the vscode icon to download and install; then click the menu option File->Preferences->File Icon Theme; then select vscode Icons.
- VSCode 4023 2019-11-08 10:38:44
-
- vscode doesn't show thumbnails
- The solution to the problem that vscode does not display thumbnails: first open vscode; then open File-Preferences-Settings; finally search for "editor.minimap.enabled" and check the checkbox.
- VSCode 4811 2019-11-07 17:49:53
-
- Does vscode have to install git?
- Git is not required for vscode to be installed. If you develop a project that does not require version control, you do not need to install git; vscode is a code editor and does not rely on git to run.
- VSCode 3922 2019-11-07 16:18:38
-
- vscode tab not indented
- The solution to the problem that the vscode tab is not indented: first open vscode and find Preferences-Settings; then search for detectIndentation; and finally set its value to false.
- VSCode 4124 2019-11-07 15:38:03
-
- vscode terminal garbled characters
- Solution and steps: First open File-Preferences-Settings; then add the configuration item ""terminal.integrated.shellArgs.windows": ["/K chcp 65001 >nul"]" in setting.json.
- VSCode 3974 2019-11-07 15:27:26
-
- How to change vscode theme
- How to modify the vscode theme: Open vscode, select file-preferences-color theme in sequence; then select a theme in the pop-up interface.
- VSCode 7850 2019-11-07 15:12:06
-
- vscode es6 syntax error
- Solution to vscode es6 syntax error: first create two new files, .eslintrc.js and .eslintignore, in the project root directory; then write some configuration items; and finally reopen the project.
- VSCode 3901 2019-11-07 14:54:41
-
- How to use vscode debug
- Usage of vscode debug: 1. Open vscode and open the project; 2. Click the penultimate bug button on the left to enter debugging; 3. Click the left side of the line number where the code needs to be debugged. If red appears, the breakpoint is set successfully. ;4. Press F5 to start debugging.
- VSCode 22167 2019-11-07 14:38:47
-
- How to use vscode on ubuntu
- How to use vscode on ubuntu: 1. Download the .deb file from the official website; 2. Execute "dpkg -i file.deb" to install; 3. Enter the code to open vscode; 4. Find the plug-in on the left to install it; 5. Write a paragraph python script, press F5 to execute.
- VSCode 8486 2019-11-07 14:21:01
-
- What is vscode
- vscode is a free, open source cross-platform editor, and vscode allows custom shortcut keys so that users can better use vscode.
- VSCode 15932 2019-11-07 11:35:32
-
- How to set highlighting in vscode
- How to set highlighting in vscode: first open vscode and click the extension icon; then enter the react keyword to search for the plug-in; then click the install button to install it; finally open the code file to see the highlighting.
- VSCode 6157 2019-11-07 11:30:02
-
- How to change font in vscode
- How to change the font in vscode: first open the settings page and search for font; then add the corresponding font settings in the user settings; finally save it.
- VSCode 11193 2019-11-07 11:24:10
-
- Garbled characters appear when opening VScode in Linux
- The solution to the garbled code when opening VScode in Linux: first open vscode; then click File-Preferences-Settings; finally enter autoGuessEncoding in the search box and check it in the settings item that appears.
- VSCode 4169 2019-11-07 09:40:53
-
- How to set vscode indentation
- How to set vscode indentation: 1. Open the file option in vscode; 2. Click Preferences on the file page; 3. Enter the vscode settings page; 4. Enter the indent in the search box; 5. Set the corresponding value.
- VSCode 7647 2019-11-06 16:31:33
-
- How to use vscode efficiently
- Methods to use vscode efficiently include: 1. Batch renaming of variables and methods; 2. Click on a variable or method name to jump to the definition; 3. Multi-line editing of text; 4. Bind shortcut keys to commonly used commands; 5. Share in real time.
- VSCode 7996 2019-11-06 17:50:25