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 solve vscode garbled characters
- Open vscode and click the encoding button in the lower right corner. Then select Actions and reopen via encoding. Then look for GB2312 in the supported encoding list and click on it. Just refresh it at the end.
- VSCode 13408 2019-12-06 15:02:26
-
- How to create a vscode project
- First create an empty folder, then open vscode, click "File", select "Open Folder" in the drop-down menu bar, and select the created empty folder. Then press Ctrl+Shift+P, enter task, click the first option, and then select "Others" to automatically generate the configuration file.
- VSCode 9496 2019-12-06 14:07:36
-
- What should I do if the vscode toolbar is missing?
- First find the configuration file: settings.json, and then set "workbench.activityBar.visible": true to true.
- VSCode 6407 2019-12-06 13:50:10
-
- How to change font size in vscode
- First open vscode, click "File", select "Preferences" in the drop-down menu bar, and click "Settings". Then enter "fontsize" in the search bar on the settings page, and enter the font size to be set in the input box of Editor: Font Size.
- VSCode 5258 2019-12-06 13:39:10
-
- How to view the history of the current file in vscode
- vscode can view the history of the current file through the Local History plug-in. First download the plug-in, then restart vscode. Each modification will generate a .history directory in the root directory, which contains modification records. Click "compare" to compare the modification records.
- VSCode 26526 2019-12-06 13:24:50
-
- What should I do if vscode cannot connect to the extension store?
- First open vscode, click "File-Preferences-Settings", then expand "Applications" in "User Settings" and select "Proxy Server". Add: http://127.0.0.1:8080, that’s it.
- VSCode 24657 2019-12-06 13:14:34
-
- How to write c language in vscode
- First install vscode and c/c++ extensions. Then install the compilation tool mingw-w64 and configure environment variables. Create a new file hello.cpp, press F5 to pop up the selection environment, configure launch.json, modify configurations and tasks.json, and press F5.
- VSCode 15924 2019-12-06 11:59:52
-
- How to set up compilation less in vscode
- First install the easyless plug-in, and then add the configuration in setting.json: "less.compile": {"compress": false,"sourceMap":false,"out":"${workspaceRoot}\}, and save it.
- VSCode 3708 2019-12-06 11:35:51
-
- How to restart vscode
- First open the "Command Panel" or press "Ctrl+Shitf+P", and then enter: Reload Window. You can also bind the shortcut keys "key": "ctrl+f5", "command": "workbench.action.reloadWindow".
- VSCode 13477 2019-12-06 11:26:47
-
- How to search full text in vscode
- Method 1: Open vscode and click the second icon on the left to search globally. Method 2: Press the "Ctrl+Shift+F" keys to search globally.
- VSCode 8465 2019-12-06 11:19:12
-
- How to set vscode theme transparent
- First open vscode and use Ctrl+Shift+X to bring up the plug-in list. Then search for background, select the first plug-in, and click install to install it. Then click "File", select "Preferences", click "Extensions", and edit the plug-in configuration in the settings.json file.
- VSCode 5603 2019-12-06 10:58:30
-
- How to open vue in vscode
- First open vscode, create a vue folder and open it. Then open the terminal, enter npm install vue, and download the vue code. After the download is completed, find the dist folder and expand it to see the vue.js file, which is the main file of vue.
- VSCode 4058 2019-12-06 10:16:08
-
- How to modify tab in vscode
- First click "Code", select "Preferences" in the drop-down menu bar, and click "Settings". Then enter "tab" in the search bar, click "Edit" and select "Copy to Settings". Then modify the value of "editor.tabSize".
- VSCode 3171 2019-12-06 10:01:38
-
- What are the steps to download vscode?
- First download vscode and open the installation file. Then agree to the license agreement, select the installation location, and select the Start menu folder. Then check "Add to PATH", select "Next", and click "Install". Finally, wait for the installation to complete and click "Finish".
- VSCode 5307 2019-12-06 09:43:20
-
- How to write the first java program when using vscode for the first time
- The method to use "vscode" to write the first "java" program for the first time is: the first step is to make preparations first, first install the relevant extensions, then configure the "java" path, and then restart the editor; the second step is to first create a file, then start writing the program (the file name and class name must be consistent), and finally press [F5] to run the program.
- VSCode 8633 2019-12-06 09:34:20