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 difference between vscode's user settings and workspace settings?
- Difference: "User Settings" will apply to all projects opened by the user; "Workspace Settings" only applies to the settings of VS Code in the current directory. Note: "Workspace Settings" will override "User Settings".
- VSCode 10418 2020-08-18 15:55:16
-
- How to create a new vue template in vscode? Method introduction
- This article will introduce to you how to create a new vue template in vscode. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
- VSCode 2856 2020-08-18 10:35:01
-
- Share 5 easy-to-use and fun vscode plug-ins
- This article recommends several useful plug-ins that will improve your development efficiency! It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
- VSCode 9833 2020-07-29 16:52:52
-
- What is the difference between vscode and visual studio
- The difference between vscode and visual studio is: visual studio is an integrated development environment, which includes most of the tools needed in the entire software life cycle; vscode is a free and open source modern lightweight code editor that supports almost all mainstream Develop syntax highlighting features for languages.
- VSCode 26811 2020-07-08 13:16:56
-
- How to change visual studio code to Chinese interface
- The method to change visual studio code to the Chinese interface is: 1. Open the extension store and search for the Chinese Language plug-in; 2. Click the Install button to install the Chinese simplified plug-in; 3. After the installation is completed, restart vscode.
- VSCode 34405 2020-07-04 13:20:34
-
- How to run python code in vscode
- The method for vscode to run python code is: first open vscode and install the plug-in Python; then modify tasks.json in the Python workspace to be run; finally, the shortcut key [Ctrl+Shift+b] can be used to run it.
- VSCode 22357 2020-07-03 16:09:06
-
- VSCode debugging tutorial (2): step-by-step debugging
- It's important to navigate between the code you want to inspect. It would be tedious and unnecessary to go through every line of code. The debugger provides a convenient way to see what's important and jump out of unimportant blocks of code. Let's see how to enter, skip, and exit functions while debugging!
- VSCode 22456 2020-07-02 14:37:20
-
- VSCode debugging tutorial (1): Understand the basics
- We'll look at how to debug JavaScript and TypeScript code in a professional way. We'll learn how to use the debugger built into Visual Studio Code instead of having console.log flying everywhere.
- VSCode 5311 2020-07-02 14:37:31
-
- How to solve the problem of garbled characters when opening GB2312 files in VSCode?
- Solution to garbled GB2312 files opened in VSCode: first click the encoding button in the lower right corner and select the operation [Reopen with encoding]; then find the GB2312 encoding in the encoding list supported by VSCode and click to select; finally, wait for the character encoding to be refreshed.
- VSCode 8028 2020-07-02 14:32:29
-
- How to find keywords in files in VSCode?
- How VSCode searches for keywords in files: First, in the VSCode editor, click the search icon on the left; then after opening the search interface, enter the keyword you want to find in the first input box; finally, if there are too many search results, Search directories can be limited.
- VSCode 20226 2020-07-02 14:32:43
-
- What is the use of installing Vetur in VSCode?
- Installing Vetur in VSCode can highlight the syntax in the ".vue" file. Vetur not only supports templates in Vue, but also supports most mainstream front-end development scripts and plug-ins, such as Sass, TypeScript, Jade and Less, etc. wait.
- VSCode 11487 2020-07-02 14:32:58
-
- How to replace all VSCode?
- How to replace all VSCode: first press [Ctrl key] + [H key] in sequence; then enter the replaced content in the first input box, enter the replacement content in the second input box; finally press [Ctrl key] + [Alt key] + [Enter key] to replace all.
- VSCode 17937 2020-07-02 14:33:09
-
- How to reduce editor font in vscode
- The method to reduce the editor font in vscode is: 1. Click the [File] option in the top menu bar; 2. Click [Preferences], [User Settings] in the pop-up option list; 3. Open the [Editor] column , find the editor.fontSize parameter; 4. Set the required font size.
- VSCode 3860 2020-06-11 17:55:04
-
- How to set the theme of sublime in vscode?
- How to set the theme of sublime in vscode: first click [File] in the navigation menu at the top of the editor; then click [Color Theme] under [Preferences]; finally select the [Monokai] theme and click Enter to enable the theme.
- VSCode 9484 2020-07-02 14:34:04
-
- Does vscode support Chinese?
- vscode can install Chinese plug-ins to support Chinese. The plug-in installation method: first open vscode and open the plug-in extension in the left column; then search for the plug-in [chinese] and click install to install; finally restart the vscode editor to complete the Chineseization.
- VSCode 3873 2020-07-02 14:34:29