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:
-
- Does vscode support Chinese now?
- vscode now supports Chinese. Open the vscode tool; use the shortcut key combination Ctrl+Shift+p, enter "configure display language" in the search box, and click OK; modify the attribute "locale" under the locale.json file to "zh-CN"
- VSCode 3483 2019-11-08 10:48:31
-
- Can vscode debug PHP?
- vscode can debug PHP. The debugging method is: first install the XDebug extension; then set PHP to use XDebug; then enable remote debugging; and finally add the vscode extension.
- VSCode 3044 2019-11-08 10:48:01
-
- The difference between vscode and vs2017
- The difference between vscode and vs2017 is: 1. vscode is a very simple text editor, while vs2017 is a comprehensive integrated development environment; 2. Functionally, vs2017 is much larger than vscode, but vscode is far more lightweight than vs2017.
- VSCode 8566 2019-11-08 10:43:21
-
- How to use vscode icon
- How to use the vscode icon: First open the vscode software, search for the vscode icon to download and install; then click the menu option File->Preferences->File Icon Theme; then select vscode Icons.
- VSCode 4281 2019-11-08 10:38:44
-
- vscode doesn't show thumbnails
- The solution to the problem that vscode does not display thumbnails: first open vscode; then open File-Preferences-Settings; finally search for "editor.minimap.enabled" and check the checkbox.
- VSCode 5046 2019-11-07 17:49:53
-
- Does vscode have to install git?
- Git is not required for vscode to be installed. If you develop a project that does not require version control, you do not need to install git; vscode is a code editor and does not rely on git to run.
- VSCode 4109 2019-11-07 16:18:38
-
- vscode tab not indented
- The solution to the problem that the vscode tab is not indented: first open vscode and find Preferences-Settings; then search for detectIndentation; and finally set its value to false.
- VSCode 4294 2019-11-07 15:38:03
-
- vscode terminal garbled characters
- Solution and steps: First open File-Preferences-Settings; then add the configuration item ""terminal.integrated.shellArgs.windows": ["/K chcp 65001 >nul"]" in setting.json.
- VSCode 4181 2019-11-07 15:27:26
-
- How to change vscode theme
- How to modify the vscode theme: Open vscode, select file-preferences-color theme in sequence; then select a theme in the pop-up interface.
- VSCode 8051 2019-11-07 15:12:06
-
- vscode es6 syntax error
- Solution to vscode es6 syntax error: first create two new files, .eslintrc.js and .eslintignore, in the project root directory; then write some configuration items; and finally reopen the project.
- VSCode 4056 2019-11-07 14:54:41
-
- How to use vscode debug
- Usage of vscode debug: 1. Open vscode and open the project; 2. Click the penultimate bug button on the left to enter debugging; 3. Click the left side of the line number where the code needs to be debugged. If red appears, the breakpoint is set successfully. ;4. Press F5 to start debugging.
- VSCode 22395 2019-11-07 14:38:47
-
- How to use vscode on ubuntu
- How to use vscode on ubuntu: 1. Download the .deb file from the official website; 2. Execute "dpkg -i file.deb" to install; 3. Enter the code to open vscode; 4. Find the plug-in on the left to install it; 5. Write a paragraph python script, press F5 to execute.
- VSCode 9122 2019-11-07 14:21:01
-
- What is vscode
- vscode is a free, open source cross-platform editor, and vscode allows custom shortcut keys so that users can better use vscode.
- VSCode 16142 2019-11-07 11:35:32
-
- How to set highlighting in vscode
- How to set highlighting in vscode: first open vscode and click the extension icon; then enter the react keyword to search for the plug-in; then click the install button to install it; finally open the code file to see the highlighting.
- VSCode 6351 2019-11-07 11:30:02
-
- How to change font in vscode
- How to change the font in vscode: first open the settings page and search for font; then add the corresponding font settings in the user settings; finally save it.
- VSCode 11401 2019-11-07 11:24:10