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 modify vscode font size
- The method to modify the vscode font size is: 1. First open vscode, then open the [File], [Preferences], and [Settings] options; 2. Then expand [Common Settings] and find the [Editor:Font Size] option; 3. Finally, set the desired font size.
- VSCode 5103 2020-01-09 16:49:55
-
- How to set code highlighting in vscode
- The method to set code highlighting in vscode is: 1. First click the [Extend] button in the menu bar; 2. Then search for the required plug-in and click to install, such as the [ES7 React] plug-in; 3. Finally, open the react code, and the relevant code is Can be highlighted.
- VSCode 6629 2020-01-09 16:32:18
-
- How to set vscode to Chinese environment
- Method to set vscode to Chinese environment: 1. First click [configure display language] and open the [locale.json] file; 2. Then delete the locale attribute value and reset its value to [zh-CN]; 3. Finally install 【Chinese】Plug-in.
- VSCode 5093 2020-01-09 16:16:52
-
- How to restore default settings in vscode
- The method for vscode to restore the default settings is: 1. First click the [Settings] button in the lower left corner to open the settings interface; 2. Then click the [{}] button in the upper right corner of the user settings interface; 3. Finally, change all the user settings json on the right Clear to restore default settings.
- VSCode 29253 2020-01-15 10:45:02
-
- How does vscode automatically add author comments to new files?
- The method for vscode to automatically add author comments to new files is: 1. First install the [vscode-fileheader] plug-in and click [reload] to load the plug-in; 2. Then open the user settings configuration file and set the author information; 3. Finally restart vscode and execute [fileheader] command.
- VSCode 13286 2020-01-09 15:43:27
-
- Where is the vscode plug-in file?
- The default installation location of the vscode plug-in is: C:\Users\username\.vscode\extensions. If you don’t want to install the plug-in on the C drive, you can create a new file to store the plug-in.
- VSCode 15581 2020-01-09 15:32:48
-
- How to install vscode in linux system
- The method of installing vscode in the Linux system is: 1. First download the compressed package from the official website; 2. Then unzip the compressed package, move it to the [/usr/local] directory, and grant permissions; 3. Then create the launcher and edit the file; 4. Finally, open vscode and install plug-ins as needed.
- VSCode 6388 2020-01-09 15:02:41
-
- How to open user-defined configuration in vscode
- How to open user-defined configuration in vscode: Use the Ctrl+Shift+P shortcut key to open the command panel, enter settings, and select >Preferences: Open Settings (JSON) to perform user-defined settings.
- VSCode 5489 2020-01-09 14:57:48
-
- How to build a local server with vscode
- How to build a local server with vscode: 1. First install Node; 2. Then run the [npm install express -g] command to install express; 3. Then create the project folder and initialize the project; 4. Finally enter [node ./ in the terminal bin/www], start the service.
- VSCode 3782 2020-01-09 14:47:12
-
- How to configure plug-in in vscode
- How to configure the plug-in in vscode: Open vscode and click the extension icon in the lower left corner. Enter the plug-in name in the search bar and click the "install" button under the plug-in icon to install the plug-in.
- VSCode 3756 2020-01-09 14:35:57
-
- How to change browser with vscode
- The method for vscode to change the browser is: 1. First open [File], [Preferences], [Settings] in order; 2. Then search for [open in browser.default] in the search box; 3. Finally, in the workspace settings Just change the browser you need.
- VSCode 11713 2020-01-09 14:28:26
-
- How to run python files with vscode
- The method for vscode to run python files is: 1. First install the python plug-in and open the python script; 2. Then set the python path in the user settings configuration file; 3. Then configure the task runner and modify the path and execution file name; 4. Finally Just run the file directly.
- VSCode 12560 2020-01-09 14:18:07
-
- How vscode organizes code
- How to organize the code in vscode: 1. Use vscode’s own code formatting function to organize it. In the Windows environment, you can directly use the shortcut key “Shift+Alt+F” to format the code. 2. Use plug-in formatting code to organize the code.
- VSCode 25096 2020-01-09 14:18:04
-
- How to synchronize configuration with vscode
- The method of vscode synchronization configuration is: 1. First install the plug-in [settings sync] for synchronizing configuration; 2. Then upload the vscode configuration to GitHub; 3. Finally, install the [settings sync] plug-in in vscode that needs to download the configuration. Then just sync.
- VSCode 7036 2020-01-09 14:01:51
-
- How to set vscode to be all in English
- How to set vscode in English: Open vscode and use the shortcut key "Ctrl+Shift+p" to bring up the search box, search for "configure display language" in the search box, and change the locale attribute in the locale.json file to "en-us "That's it.
- VSCode 6488 2020-01-09 13:59:57