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:
-
- How to open vscode browser
- How to open the browser with vscode: first enter "open in browser" in the search bar of the extension bar; then install the plug-in; then right-click on the HTML document and select use the default browser in the pop-up window to open it.
- VSCode 22921 2019-11-12 11:34:18
-
- How to change the font in vscode
- How to change the font in vscode: first open the vscode software and click [Common Settings]; then find [Editor:Font Size] and modify the font size; then click [Text Editor]-[Font] to set a new font.
- VSCode 13598 2019-11-12 11:27:32
-
- How to create js file in vscode
- How to create a js file in vscode: first click [New File] in vscode; then select the file type as [js]; finally select the language mode as [javascript] in the pop-up interface.
- VSCode 13268 2019-11-12 11:19:12
-
- How to install Chinese package in vscode
- How to install the Chinese package in vscode: first open the vscode software; then download the Chinese package plug-in; then open the terminal and enter "Configure Language"; finally change "en" to "zh-CN" and restart.
- VSCode 6564 2019-11-12 11:14:42
-
- What should I do if vscode cannot be started?
- The solution to the problem that vscode cannot start: First use the "window+R" key to call up run and enter "cmd"; then select [Edit]->[Paste]; then paste the command "netsh winsock reset" into cmd and press " Just press Enter".
- VSCode 4999 2019-11-12 10:10:45
-
- What is vscode developed with?
- vscode is developed based on Electron, a Chromium-based project that can be used to develop native applications based on Node.js.
- VSCode 18105 2019-11-12 10:04:19
-
- How Mac Vscode works
- How to run Mac Vscode: First open the VSCode software; then run the command "shell code" through the shortcut key "shift + command + p".
- VSCode 5763 2019-11-12 09:58:55
-
- How to configure git in vscode
- How to configure git in vscode: first add git in the window computer to the environment variable; then find the git installation directory and copy the path to the git.exe file; then copy the path to the user's default settings.
- VSCode 17619 2019-11-11 09:58:48
-
- How vscode creates html
- How to create HTML with vscode: First open vscode; then select a new file in [File]; then enter html in the pop-up command window and press Enter to save.
- VSCode 10760 2019-11-11 09:51:22
-
- How to open md file with vscode
- How to open the md file in vscode: first select "Extensions" and enter "Markdown Theme Kit"; then install the corresponding plug-in; then restart vscode to open the md file.
- VSCode 8188 2019-11-11 09:46:53
-
- What should I do if vscode cannot open the folder?
- The solution to the problem that vscode cannot open the folder: first close the IDE; then find "C:\Users\XX\AppData\Roaming\Code"; then delete the Code folder; and finally reopen vscode.
- VSCode 11970 2019-11-11 09:41:08
-
- What should I do if vscode opens garbled characters?
- The solution to open garbled code in vscode: first open the vscode software; then click the encoding button; then select "Reopen with encoding".
- VSCode 5521 2019-11-11 09:37:37
-
- How to preset html template in vscode
- The method for vscode to preset the HTML template is: 1. Enter the preferences in the vscode editor; 2. Select the user code snippet option in the preferences; 3. Select HTML or HTML5 in the pop-up window; 4. Write the template.
- VSCode 5164 2019-11-09 15:20:26
-
- vscode configure php development environment
- The method for vscode to configure the PHP development environment is: 1. Install vscode and extract it to a directory; 2. Install the xdebug debugging plug-in in vscode; 3. Set breakpoint debugging to verify whether the configuration is successful.
- VSCode 19300 2019-11-09 14:54:19
-
- How to install c language environment in vscode
- The method for vscode to configure the C language environment is: 1. Install the c/c++ extension; 2. Install the compilation environment mingw-w64; 3. Generate the launch.json startup configuration file in the working directory; 4. Configure the c_cpp_properties.json file.
- VSCode 10717 2019-11-09 14:42:43