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:
-
- vscode Chinese switching failed
- The solution to the failure of vscode Chinese switching is: 1. First, download the plug-in [Chinese (Simplified) Language Pack for Visual Studio Code]; 2. Then, modify the locale.json configuration; 3. Finally, restart.
- VSCode 3024 2020-03-13 16:27:35
-
- How vscode runs python programs
- The method for vscode to run a python program is: 1. First, install python and install the python plug-in in vscode; 2. Then, modify the tasks.json file in the Python workspace to be run; 3. Finally, use the shortcut key [ctrl +shift+b] to run.
- VSCode 7438 2020-03-13 16:19:28
-
- vscode terminal command cannot be used
- The solution to the problem that the vscode terminal command cannot be used is: 1. First, right-click the vscode icon and select Properties; 2. Then, switch to the [Compatibility] tab and check the [Run this program as an administrator] option; 3. , Finally, reopen vscode.
- VSCode 2938 2020-03-13 16:09:21
-
- How to change the color highlight of selected font in vscode
- How to change the color highlighting of the selected font in vscode: Find workbench.colorCustomizations in setting.json and modify the color set in it.
- VSCode 8655 2020-03-13 15:47:02
-
- How to download and install cnpm in vscode
- How to download and install cnpm in vscode: first make sure the nodejs environment and npm package management tool are installed; then open vscode, press Ctrl+` to open the terminal; finally enter the command npm install -g cnpm to install cnpm.
- VSCode 5808 2020-03-13 14:26:33
-
- How to run code in vscode
- How to run code in vscode: First press Ctrl+Shift+P to open the command panel; then select "Run active file in active terminal" to run the code; if you want to run the specified code, you can select the code and select it in the command panel Just select "Run selected text in active terminal".
- VSCode 14577 2020-03-13 14:17:24
-
- How to enter the command line environment in vscode
- How to enter the command line environment in vscode: click the "View" option in the menu bar, and click "Debug Console" or "Integrated Terminal" in the drop-down menu to enter the command line environment.
- VSCode 3916 2020-03-13 14:07:41
-
- How to change the background of the code editing environment of VSCODe
- How to change the background of VSCODe's code editing environment: first download the third-party plug-in in the user directory; then find the "Brackets Light Pro-color-theme.json" file in the themes folder; finally modify the value corresponding to "background" .
- VSCode 3326 2020-03-13 13:25:18
-
- Where to change vscode to Chinese
- How to change vscode to Chinese: First open the VSCode software; then enter [configure language] in the pop-up search box; then open the [locale.json] file; finally change the attribute value of [locale] to [zh-CN] .
- VSCode 4190 2020-03-13 12:51:36
-
- How to enlarge the interface of vscode
- How to enlarge the interface of vscode: first open the vscode software; then open the Code settings and find the "Mouse Wheel Zoom" configuration item; then configure the item to [true] in the [json] configuration file; finally press and hold the [ctrl] key And use the mouse wheel to zoom in.
- VSCode 21399 2020-03-13 12:34:39
-
- How to create html project in vscode
- How to create an HTML project in vscode: 1. Click File-New File in the upper left corner; 2. Click "Plain Text" at the bottom to change it to "HTML"; 3. Press CTRL+S to save the file.
- VSCode 23386 2020-03-13 11:36:30
-
- How to bring up the terminal in vscode
- How to call up the terminal in vscode: first open vscode and click the [View V] menu; then find the menu of the command line terminal; then use the terminal call key of vscode; and finally open the command line terminal tool directly.
- VSCode 13309 2020-03-13 10:50:48
-
- How to modify the python running path in vscode
- The method for vscode to modify the python running path is: 1. First use the [ctrl+shift+p] shortcut key to switch to the command line mode; 2. Then enter python, and in the pop-up options, select according to your needs.
- VSCode 7572 2020-02-25 16:55:56
-
- How vscode fills html content quickly like pycharm
- The method for vscode to quickly fill in html content like pycharm is: 1. First create a new html file; 2. Then enter [!] in the editor window; 3. Finally press the [tab] or [enter] key, and the page will automatically Complete filling.
- VSCode 3621 2020-02-25 16:19:14
-
- vscode jump to definition failed
- The solution to the failure of vscode to jump to the definition is: 1. First open the settings.json file; 2. Then add the configuration ["python.jediEnabled":false]. If you open c/c++ code, you need to install c/ c++ plugin.
- VSCode 5365 2020-02-25 16:08:34