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:
-
- Can the preview bar on the right side of vscode be removed?
- The preview bar on the right side of vscode can be removed. How to close: Click File-Preferences-Settings, search for "editor.minimap.enabled", it is checked by default, we only need to remove the hook.
- VSCode 4315 2020-01-10 16:31:34
-
- How to change vscode background image
- How to change the background image in vscode: install the background plug-in, then enter the User Settings user settings, search for background in the search box to enter the configuration file, and define the vscode background image in the background.customImages property.
- VSCode 3867 2020-01-10 16:11:53
-
- How to run .py file in vscode
- How to run the .py file in vscode: first use the shortcut key "ctrl+shifit+p" to open the search bar, search and open the tasks.json file for configuration. Then use the shortcut key "ctrl+shift+B" to run the .py file.
- VSCode 4890 2020-01-10 15:48:15
-
- How to set up code completion in vscode
- How to set up code completion in vscode: Search prevent in the vscode settings and uncheck "Control whether quick suggestions are disabled within active code snippets".
- VSCode 16208 2020-01-10 15:30:46
-
- How to automatically add header comments in vscode
- The method for vscode to automatically add header comments is: 1. First install the [korofileheader] plug-in; 2. Then open the settings and find the [fileheader:custom made] option in the user settings; 3. Finally edit the [settings.json] configuration file. Can.
- VSCode 5396 2020-01-10 15:22:59
-
- How to locate file location in vscode
- How to locate the file location in vscode: 1. Hold down the Ctrl key and press the Tab key to view the list of all files open in the editor group. 2. You can use Alt+Left and Alt+Right to navigate between files and editing locations.
- VSCode 14506 2020-01-10 15:07:26
-
- How to quickly remove spaces in vscode
- The method to quickly delete spaces in vscode is: 1. First open the file, click the [edit] and [replace] options in the menu bar; 2. Then enter a space in the pop-up window; 3. Finally click [replace all]. All spaces in the file can be removed.
- VSCode 10508 2020-01-10 15:03:02
-
- How to output js program in vscode console
- How to output the js program in the vscode console: Install the "code runner" plug-in in vscode, then right-click on the js file opened in vscode and select Run Code or click the square run button in the upper right corner of the editor to run the js file.
- VSCode 9592 2020-01-10 14:53:23
-
- How vscode automatically formats code
- The method for vscode to automatically format code is: 1. First install the [prettier-code foratter] plug-in; 2. Then open [File], [Preferences], [Settings] in sequence; 3. Finally edit the configuration file and add [editor. formatonsave:true].
- VSCode 7686 2020-01-10 14:48:28
-
- How to install font files in vscode
- How to install font files in vscode: 1. Download the font file and unzip the file. 2. Enter the ttf folder and right-click the selected font to install it. 3. Open the configuration page of vscode, search for font, and modify the editor.fontFamily configuration item. 4. Restart vscode.
- VSCode 8871 2020-01-10 14:35:18
-
- vscode configures c/c++ development environment
- The method for vscode to configure the c/c++ development environment is: 1. Install the cpptools tool; 2. Download MinGW; 3. Configure environment variables and restart vscode; 4. Verify whether the environment variables are configured successfully; 5. Use the [.cpp] file to configure c++ environment.
- VSCode 4351 2020-01-10 14:33:32
-
- How to solve the problem that vscode code is not highlighted
- To set code highlighting in vscode, just download and install the corresponding plug-in. Installation method: 1. After opening vscode, click the extension icon on the left. 2. Search for relevant extensions in the input box and install them.
- VSCode 5563 2020-01-10 14:20:07
-
- How to open a web page in vscode
- The method to open a web page in vscode is: 1. First open the vscode plug-in management tool and install the [open in browser] plug-in; 2. Then open the html file, right-click and select [Open In Default Browser].
- VSCode 20312 2020-01-10 14:09:05
-
- How to run front-end code on vscode
- How to run front-end code on vscode: vscode can install the static web server Live Server to run front-end code. Installation method: click the fifth icon on the left to open the "Extensions" page, enter Live Server in the text box, and click Just click on a search result and install it.
- VSCode 7277 2020-01-10 14:04:29
-
- vscode enables quick viewing and repair of vue errors
- The method for vscode to quickly check and fix Vue errors is: 1. First open vscode, install the [eslint] plug-in, and restart vscode; 2. Then open [File], [Preferences], [Settings] in sequence; 3. Finally open [eslint.autoFixOnSave] option is enough.
- VSCode 4431 2020-01-10 13:54:16