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:
-
- Unable to enter commands in vscode terminal
- The solution to the problem that the vscode terminal cannot enter commands is: 1. First, right-click the desktop vscode shortcut and select [Properties]; 2. Then open the [Compatibility] tab; 3. Finally, check [Run this program as an administrator] option and restart vscode.
- VSCode 3154 2020-02-05 17:10:45
-
- Solution to the problem that vscode breakpoints cannot be added
- Solution to the problem that vscode breakpoints cannot be added: 1. Install the Debugger for Chrome extension; 2. Open the launch.json file and configure it in configurations; 3. Put a breakpoint on the left side of the code; 4. Press F5 to debug. Can.
- VSCode 7093 2020-02-05 17:01:05
-
- How to add comments in vscode
- The method to add comments to vscode is: 1. First open the vscode extension store, search for koroFileHeader, and install the plug-in; 2. Then search for fileheader in the user preferences and open the default configuration; 3. Finally, modify the default configuration according to your own needs and use shortcut keys. add notes.
- VSCode 17490 2020-02-05 17:00:03
-
- Why can't I change the terminal of vscode?
- The terminal of VSCode can be replaced. If it cannot be replaced, you can reinstall the VSCode software, then press ctrl+shift+p to open the command box, and enter select to switch terminals.
- VSCode 3632 2020-02-05 16:44:17
-
- How to delete files in vscode
- How to delete files in vscode: First open the vscode software and switch to the resource manager panel; then right-click the file to be deleted; finally select [Delete] in the pop-up panel.
- VSCode 15486 2020-02-05 13:42:22
-
- Does vscode support xp version?
- Vscode2010 and previous versions support Windows XP systems, and 2012 and later versions no longer support Windows XP. Since Visual Studio 2012 needs to take advantage of the core functions of the new version of Windows, its system requirements are Windows 7 or higher.
- VSCode 15297 2020-02-05 13:17:37
-
- vscode menu bar is missing
- Solution to the missing vscode menu bar: 1. Press the alt key to bring up the menu bar; 2. Press ctrl+shift+p to bring up the command box, enter "view:toggle menu bar", and then press Enter. Bring up the menu bar.
- VSCode 16281 2020-02-05 12:19:13
-
- How to format and paste vscode
- How to set formatted paste in vscode: first click [File] - [Preferences] - [Settings] in the menu bar; then search for "Format On Paste"; and finally check the setting.
- VSCode 3786 2020-02-05 12:10:06
-
- How to import node project in vscode
- How to import the node project into vscode: first click [File] - [Open Folder] in the vscode menu bar; then right-click the project directory and open cmd; finally enter npm install to install the dependencies.
- VSCode 6151 2020-02-05 09:36:10
-
- How to convert code into one line with VSCode
- How vscode converts the code into one line: first use ctrl+a to select all the code; then press Ctrl+Shift+P to open the command line window; finally enter join lines and press Enter.
- VSCode 8535 2020-02-05 09:18:55
-
- How to delete all extensions in VScode
- How to delete all extensions in VScode: Use the "rm -rf ~/.vscode/extensions" command to delete on MacOS and Linux; use "rmdir %USERPROFILE%\.vscode\extensions" to delete on Windows.
- VSCode 8342 2020-02-04 17:07:00
-
- How to switch code highlight color in VSCode
- How to switch the code highlight color in VSCode: First click [File]-[Preferences]-[Color Theme]; then select the color scheme you are satisfied with in the "Select Theme Color" drop-down option.
- VSCode 12110 2020-02-04 16:57:45
-
- What are the scattered dots on the right side of vscode?
- The scattered dots on the right side of vscode are the code preview function of vscode, called minimap. We can search for "editor.minimap.enabled" in File-Preferences-Settings and uncheck it to turn it off.
- VSCode 3576 2020-02-04 16:48:46
-
- Steps to write html with vscode
- Steps to write HTML with vscode: 1. Create a new empty folder; 2. Drag the folder into the vscode editor; 3. Right-click the "Explorer" panel and create a new HTML document; 4. Enter "!" and press Tab can generate html structure.
- VSCode 35683 2020-02-04 16:36:49
-
- How to install vscode in c
- c. How to install vscode: first download and install the vscode software; then configure the "C/C++" compilation environment; then open "cmd" as an administrator and enter the command "g++ -v"; finally open the vscode software and install "code runner" "Just plug in.
- VSCode 3554 2020-02-04 09:12:29