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 is the connection between vscode and anaconda
- [Anaconda] is a very easy-to-use open source python distribution that comes with many common python libraries, while [VSCode] is a free, open source, modern lightweight code editor. In daily work, the two are usually used to build a [python] development environment.
- VSCode 8818 2019-12-16 17:13:41
-
- How vscode builds a vue project
- The method for building a vue project with vscode is: 1. First, install the [vue-cli] plug-in globally; 2. Then install the tool for packaging js; 3. Then create a folder to store the project; 4. Then use the [cd] command to enter Go to this folder; 5. Configure the configuration items as needed; 6. Finally, install the dependencies.
- VSCode 16429 2019-12-16 16:54:20
-
- How to remove the working folder in the workspace in vscode
- The method for removing the working folder in the workspace of vscode is: 1. First click [Source Code Management] on the [File] menu, then click [Workspace]; 2. Then click on the [Manage Workspace] option Under [Name], highlight the workspace and click [Edit]; 3. Finally, under [Working Folder], click [Remove].
- VSCode 22550 2019-12-16 16:40:01
-
- How to create a custom code template in vscode
- The method for vscode to create a custom code template is: 1. First, open the [File], [Preferences], [Settings], and [User Code Snippet] options in sequence; 2. Then enter [html] in the input box and select the A json file; 3. Then write our own code template; 4. Finally, copy the template and save it.
- VSCode 5540 2019-12-16 16:40:25
-
- How to find files by file name in vscode
- The method for vscode to find files by file name is: 1. First use the [ctrl+p] shortcut key and enter the file name you want to find in the search box that appears; 2. Then click the file you want to find in the drop-down box. Note: The search is not case-sensitive and will match multiple parts of the file name.
- VSCode 25978 2019-12-16 15:40:41
-
- eslint plugin in vscode not working
- The solution to the eslint plug-in in vscode not working is: 1. First, click the [File], [Preferences], and [Settings] options in sequence; 2. Then search for [eslint], and under the user settings option, select [In settings] Edit] option in .json; 3. Then perform relevant configurations on the file.
- VSCode 3828 2019-12-16 15:14:36
-
- How to open user-defined configuration in vscode
- The method to open the user-defined configuration in vscode is: 1. First click the settings icon in the lower left corner, and in the pop-up menu, click the [settings] submenu; 2. Then under the [setting] page, click the upper right corner [. ..] option; 3. Finally, in the pop-up menu, click to open the file, and the user configuration is on the right.
- VSCode 5037 2019-12-16 15:00:20
-
- vscode sets automatic completion of function brackets in python code
- The method for vscode to set automatic completion of function brackets in Python code is: 1. First click on the [File], [Preferences], and [Settings] options in sequence; 2. Then click on the [{}] symbol in the upper right corner; 3. Then search for brackets Automatically complete configuration items; 4. Finally, enable the plug-in in user settings.
- VSCode 8436 2019-12-16 14:45:01
-
- vscode formatting code is invalid
- The reason why the vscode formatting code is invalid is that the option to automatically set [tabsize] according to the file type is enabled by default. The solution is: 1. First click the [File], [Preferences], and [Settings] options in sequence; 2. Then search for [detectindentation]; 3. Finally, turn off this option.
- VSCode 9700 2019-12-16 14:29:53
-
- vscode sets eye protection theme
- The method to set the eye protection theme in vscode is: 1. First, click the fifth tool on the left toolbar, enter [Atom One Light], and download the plug-in; 2. Then use the [ctrl+shift+p] shortcut key and enter [setting] , find the setting file; 3. Then modify the setting file.
- VSCode 9316 2019-12-16 14:16:56
-
- How to install npm with vscode
- The method for installing npm in vscode is: since the new version of nodejs has integrated npm, just install nodejs. The installation method is: 1. First install the required installation packages according to different platform systems; 2. Then install; 3. Then check whether the path environment variable is configured with nodejs; 4. Finally check the version.
- VSCode 22339 2019-12-16 13:57:46
-
- Where to download the vscode plug-in
- Download the vscode plug-in from the vscode plug-in official website (https://marketplace.visualstudio.com/). Go to the vscode plug-in official website and search for the plug-in that needs to be installed. The website provides a splicing method for the plug-in download address.
- VSCode 8996 2019-12-16 13:40:39
-
- vscode configures go language development environment
- The method for vscode to configure the go language development environment is: 1. First configure the go environment and add the bin directory in the path variable; 2. Then install the go plug-in; 3. Then enable the automatic saving function; 4. Then execute the relevant commands and install Corresponding plug-in; 5. Finally write the program for testing.
- VSCode 6741 2019-12-16 13:39:52
-
- The solution is not available after the vscode plug-in is installed
- Sometimes extension plug-ins in VS CODE cannot be used normally. You only need to uninstall the corresponding plug-in extension, then download the corresponding extension and install it manually to solve the problem. Store the downloaded extension file in the bin folder, and then use the command in the command window to install it.
- VSCode 9552 2019-12-16 13:21:21
-
- There is no change in local files after vscode modifies the code
- The solution to the problem that local files do not change after vscode modifies the code is: 1. First, click the [Settings] option in the lower left corner and search for [files.autoSave]; 2. Then modify this option to automatically update when the editor loses focus. Just copy the file contents to disk.
- VSCode 8129 2019-12-16 13:11:44