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:
-
- 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 7944 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 10929 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 5276 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 4918 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 19060 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 10478 2019-11-09 14:42:43
-
- How to use github in vscode
- The method of using github in vscode is: 1. Download and install github and add the path to the environment variable; 2. Create a warehouse on github; 3. Create a new working folder locally; 4. Add user name and email; 5. Generate a key; 6 , bind local folders and github repositories.
- VSCode 4796 2019-11-09 14:25:12
-
- Chinese garbled characters in vscode terminal
- The method to solve the Chinese garbled characters in the vscode terminal is: 1. Run the chcp command to check the cmd encoding settings; 2. Check the code page number corresponding to the utf-8 encoding; 3. Run the chcp 65001 command to change the cmd encoding.
- VSCode 6107 2019-11-09 14:07:01
-
- How to set vscode right-click shortcut key to open the project
- How to set the vscode right-click shortcut key to open the project: 1. Open the registration list; 2. Create a new vscode item; 3. Modify the vscode default value; 4. Create a new command item; 5. Modify the command default value; 6. Create a new string value.
- VSCode 10092 2019-11-09 13:28:05
-
- How to use vscode to write lua scripts
- How to use vscode to write Lua scripts: 1. Download and install vscode; 2. Set vscode to the simplified Chinese interface; 3. Install the Lua plug-in in vscode; 4. Create a new file, change the suffix to .lua and save it.
- VSCode 10924 2019-11-09 13:15:07
-
- What is the difference between vside and vscode
- To put it simply, Visual Studio Code is a cross-platform code editor (like Notepad++) provided by Microsoft, and visual studio 2015 is an integrated development tool (IDE).
- VSCode 4149 2019-11-09 10:48:18
-
- What programming languages does vscode support?
- The vscode editor supports writing in multiple languages and file formats. As of September 2019, it has supported 37 languages or files, such as: Go, C++, Objective-C, CSS, JavaScript, Perl, TypeScript, PHP, Haxe, Java.
- VSCode 14700 2019-11-09 10:30:02
-
- How to set automatic line wrapping in VScode
- VScode automatic word wrap settings: Go to File > Preferences > Settings, open the settings interface, and find the Editor: Word Wrap option under common settings. The default is off, and it can be set to on.
- VSCode 6501 2019-11-09 10:14:06
-
- How to remove the workspace in vscode
- On the File menu, click Source Control, and then click Workspace. In the Manage Workspaces dialog box, under the Name column, highlight the workspace from which you want to remove the working folder, and then click Edit. In the Edit Workspace dialog box, in Working Folders, select the working folder that you want to remove, and then click Remove.
- VSCode 14019 2019-11-09 10:02:13
-
- How to set shortcut keys in vscode
- First enter vscode, then click on the preferences under the file, then click on the keyboard shortcut option, and then you can see all the shortcut definitions of the software on the right side. If you want to change the shortcut keys, click on the pencil in front or double-click.
- VSCode 34241 2019-11-09 09:50:50