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 set the background image in vscode
- First, find the background plug-in in the vscode extension, open File>Preferences>Settings; enable the plug-in, do not use the default image, set your own image path, and you can change the background image.
- VSCode 11666 2019-11-09 09:34:42
-
- How to search globally in vscode
- Visual Studio Code can press ctrl+f to search this page, press ctrl+shift+f to search globally, and modify the default shortcut keys. The second button on the left navigation bar is the global search button.
- VSCode 8433 2019-11-09 09:24:37
-
- How to configure tasks in vscode
- First find vscode, open the interface, enter the find task, find the configuration task and open it, click build in the pop-up box or you can enter the task to be created specifically, and then you can see the task code generated, and then modify it.
- VSCode 3584 2019-11-09 09:16:41
-
- vscode eslint does not take effect
- The solution to vscode eslint not taking effect: first open vscode, click File-Preferences-Settings; then search for eslint, click to edit in settings.json; then enter a configuration script; finally restart the vscode interface.
- VSCode 9818 2019-11-08 17:45:39
-
- How big is the vscode installation package?
- The latest version of vscode is 1.40. The Windows version installation package size is 53M; the Linux version installation package size is 53M; the Mac version installation package size is 81M.
- VSCode 11821 2019-11-08 17:25:07
-
- How to start vscode offline
- The method to start vscode offline is: 1. Open the device manager and select the Add obsolete hardware option; 2. Select the manual hardware installation option; 3. Select the network adapter option; 4. Select the Microsoft KM-TEST loopback adapter option in Microsoft.
- VSCode 2834 2019-11-08 16:47:09
-
- How vscode configures the python development environment
- The method for vscode to configure the python development environment is: 1. Install the plug-in; 2. Open the working directory; 3. Add configuration; 4. Add the python installation directory to the python configuration file; 5. Add user configuration; 6. In the user configuration file Add the python installation directory.
- VSCode 14624 2019-11-08 16:20:17
-
- How to upload project to github using vscode
- The method of using vscode to upload a project to github is: 1. Create a local warehouse; 2. Submit the project to the local warehouse; 3. Establish contact with the remote warehouse of github; 4. Push the project to the branch; 5. Push the branch to github.
- VSCode 4270 2019-11-08 16:04:52
-
- How to change the theme in vscode
- First open the VS Code software, then click "file", "preferences"; after finding "preferences", click it and find "color theme" under its options.
- VSCode 17354 2019-12-23 17:05:41
-
- How to create a project in vscode
- First, create a new empty folder on your computer; then open vscode and click "Open Folder" under the file menu; then, select the empty folder we created before and open it; now the folder has been imported Entering vscode is equivalent to us having an empty project.
- VSCode 6295 2019-11-08 14:52:17
-
- mac vscode cannot find git
- The solution to the problem that mac vscode cannot find git: first open the terminal and use whereis git to find the installation path of git; then open vscode and click - File - Preferences - Settings; then search for git.path; finally fill in the query in the opened json Just the git installation path.
- VSCode 6977 2019-11-08 14:33:47
-
- Is vscode free?
- Yes, Visual Studio Code is a free and open source modern lightweight code editor that supports syntax highlighting, intelligent code completion, custom hotkeys, bracket matching, code snippets, and code comparison for almost all mainstream development languages. Diff, GIT and other features support plug-in extensions.
- VSCode 37679 2019-11-08 14:29:12
-
- How to add npm path to vscode
- How to add the npm path to vscode: first right-click the computer-properties-advanced system settings-environment variables to find PATH; then double-click PATH and add the installation path of nodejs at the end; finally restart vscode.
- VSCode 4213 2019-11-08 14:20:29
-
- How to turn off eslint syntax checking in vscode
- How to turn off eslint's syntax check in vscode: Add "eslint.enable": false configuration in File->Preferences->Settings to turn off eslint's syntax check.
- VSCode 21084 2019-11-08 14:08:33
-
- How vscode formats code
- The shortcut keys for vscode formatting code are Shift+Alt+F in Windows, Shift+Option+F in Mac, and Ctrl+Shift+I in Ubuntu. If the built-in formatting does not meet your needs, you can also download plug-ins, such as eslint.
- VSCode 12826 2019-11-08 13:55:51