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 Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- vscode usage tutorial
- vscode quick use tutorial: 1. The command panel is the main interactive interface for shortcut keys. In the command panel, you can enter commands to search and then execute them; 2. When we want to modify the name of a function or variable, we only need to put the cursor Go to the function or variable name and press [F2].
- VSCode 42139 2019-12-17 10:06:52
-
- How to reduce the interface size of vscode
- The method to reduce the interface size of vscode is: first use the [ctrl+s] shortcut key to enter the shortcut key settings, search for reduction in the search box, and then follow the prompted shortcut keys to reduce the interface size. If the shortcut key is invalid, you can double-click to edit. Custom shortcut keys.
- VSCode 12252 2019-12-17 09:51:29
-
- Tutorial on the use of vim plug-in in vscode
- Tutorial for using the vim plug-in in vscode: 1. Install the vim plug-in, search for the vim plug-in, and click to install it after finding the plug-in; 2. Set the clipboard, enter [Preferences], and enable the use of the system clipboard; 3. Use [j , k, h] and other keys can control the cursor accurately and quickly.
- VSCode 7528 2019-12-17 09:39:06
-
- vscode builds java development environment
- The method for vscode to build a java development environment is: 1. First, you need to configure the environment variables, and then install java related plug-ins; 2. Then perform basic development configuration, configure maven, set global search ignore folders, and perform junit testing; 3. Finally Just use tomcat to debug the project.
- VSCode 5541 2019-12-17 09:21:00
-
- 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 9020 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 16615 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 23443 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 5759 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 26434 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 4320 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 5199 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 8712 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 10341 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 9494 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 22860 2019-12-16 13:57:46