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 does git in vscode do?
- Git is an advanced distributed version control system used to manage code. Usually operations in git require manual input of commands. Git in vscode allows us to complete these operations with just a click of a button.
- VSCode 4342 2020-02-03 15:23:46
-
- How to change the background in vscode
- How to change the background of vscode: first open the vscode software; then download the plug-in "background" from the store; then open the "setting.json" file and add the code as ""background.customImages": ["file:///D:]" That’s it.
- VSCode 4961 2020-02-03 14:57:08
-
- How to change vscode to Chinese interface
- How to change the Chinese interface of vscode: first download and install the vscode software; then press the shortcut key "Ctrl + Shift + P" to open the command palette; then open the "locale.json" file and change "en" to "zh-CN" ; Finally, search for the language pack and click to install.
- VSCode 3635 2020-02-03 14:31:34
-
- What to do if mac vscode sets Chinese garbled characters
- The solution to Chinese garbled settings in mac vscode: first use the shortcut key "Ctrl+Shift+P" to open the command; then search for "Configure Display Language"; then change the "en" in it to "zh-CN"; finally restart vscode. Can.
- VSCode 4798 2020-02-03 10:12:26
-
- 23 commonly used VSCode shortcut keys (animation demonstration)
- Although there are many shortcuts in VS Code that we use regularly, there is a chance that we may forget about them. Here are some GIFs made with visualization to remember them better, hope it helps.
- VSCode 61457 2020-01-17 10:35:39
-
- How to modify vscode template
- Method to modify the vscode template: 1. Open the vscode installation directory and find the expand-full.js file. 2. Open the expand-full.js file, and you can modify the template in this file.
- VSCode 3998 2020-01-15 16:37:16
-
- How to preset code with vscode
- How to preset code in vscode: 1. Select "File" - "Preferences" - "User Code Snippet" in the menu bar. 2. Select which type of file you want to apply this code block to. 3. Then configure a json file, in which the code can be preset.
- VSCode 3654 2020-01-15 16:25:33
-
- How to bring up an external browser in vscode
- How to call up an external browser in vscode: 1. First open the [View] option; 2. Then click [extension] and search [browser]; 3. Finally install the [open in browser] extension and click [open in default browser]. Can.
- VSCode 3716 2020-01-15 16:11:50
-
- How to preview web pages in vscode
- How to preview a web page in vscode: Search and install the "view in browser" plug-in in vscode's "Extensions", then right-click the HTML file you want to preview in the resource manager, and select the view in browser command to preview in the browser Web page.
- VSCode 5546 2020-01-14 14:44:28
-
- How to check vscode installed plug-ins
- How to view the installed plug-ins in vscode: Click the extension button in the sidebar in vscode, and then enter @installed in the search bar that appears to view the installed plug-ins.
- VSCode 15600 2020-01-16 09:18:56
-
- How to preview web pages in vscode
- How to preview a web page in vscode: First open the vscode software and find "Extensions" to enter the plug-in installation; then enter "Live Server" in the search box and select installation; then create a new workspace and create an HTML file; finally open the browser to preview Web page.
- VSCode 10167 2020-01-14 11:05:01
-
- What should I do if vscode shows that it is not supported?
- The reason why vscode is not supported is due to the installed third-party plug-in. The solution: first open the vscode software; then find the "background" plug-in and delete it.
- VSCode 10721 2020-01-14 10:25:35
-
- What should I do if vscode cannot associate the code?
- The solution to the problem that vscode cannot be associated: First open the vscode software; then select "Tools->Options->Text Editor->C/C++ -->Advanced" in the menu bar; finally change "Disable IntelliSense" to "False" "That's it.
- VSCode 14546 2020-01-14 10:20:42
-
- What should I do if vscode cannot install the plug-in?
- The solution to the problem that vscode cannot install the plug-in: first enter the vscode official website; then select "vscode" and enter the plug-in you want; then download the plug-in package to the local; finally open the vscode software to import the downloaded plug-in package into the local file .
- VSCode 10792 2020-01-14 10:16:33
-
- How to debug ajax in vscode
- How to debug ajax with vscode: first open the vscode software; then set a breakpoint in the background handler; then trigger AJAX and press the [F12] key to open browser debugging; finally search to find the JS called by ajax and set a breakpoint, and browse Just step through the debugger.
- VSCode 4764 2020-01-14 10:11:37