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 reference js in vscode
- How to reference js in vscode: first create a new "server.js" file; then enter "node server" or "node server.js" in "Terminal"; then enter "http://127.0.0.1:8888" in the browser /" is enough.
- VSCode 5182 2020-04-08 09:16:54
-
- What should I do if the vscode editor outputs Chinese garbled characters?
- The reason why vscode outputs Chinese garbled characters is because vscode uses "utf-8" encoding internally, and "cmd" is caused by "gbk" encoding. The solution: first find and open the "Time and Language" option; then select "Region" ; Then click "Change System Regional Settings"; and finally check the "Global Language Support" option.
- VSCode 5050 2020-04-08 09:09:01
-
- How vscode runs c language code
- How to run c language code in vscode: first write the c language code in vscode; then compile and run it in the terminal through the command "gcc"; then use the command "./compiled file name" to run the file; finally in the console Just check the output.
- VSCode 16791 2020-04-07 10:51:09
-
- How to upload local project to github with vscode
- The method for vscode to upload local projects to github is: 1. Create a local warehouse; 2. Submit the project to the local warehouse; 3. Establish contact with the remote warehouse of github; 4. Push the project to the main branch master; 5. Branch added to github.
- VSCode 3975 2020-04-05 14:07:10
-
- How to display the left icon in vscode
- The method for vscode to display the icon on the left is: 1. First click the [File], [Preferences], and [Settings] options in sequence; 2. Then search for workbench and check the [Workbench> Activity Bar: Visble] option.
- VSCode 9091 2020-04-05 13:56:38
-
- How does vscode standardize the code format with one click?
- The one-click method for vscode to standardize the code format is: 1. First, click the [File], [Preferences], and [Settings] options in sequence; 2. Then open the user settings; 3. Finally, modify the corresponding configuration, such as ["editor. tabSize": 2,].
- VSCode 11175 2020-04-05 13:46:36
-
- How to modify file encoding in vscode
- The method for vscode to modify the file encoding is: 1. First open the file and click UTF-8 encoding at the bottom; 2. Then click [Save by encoding] in the pop-up interface; 3. Finally, select the encoding type that needs to be modified.
- VSCode 7796 2020-04-05 13:28:26
-
- How vscode uses eslint
- The way vscode uses eslint is: 1. [eslint-disable] turns off paragraph verification; 2. [eslint-disable-line] turns off current line verification; 3. [eslint-disable-next-line] turns off next line verification .
- VSCode 4039 2020-04-05 13:17:50
-
- How to run python program in vscode
- The method for vscode to run a python program is: 1. Install the python plug-in; 2. Open the tesks.json file and add ["command": "C:\\Python35\\python.exe",] configuration; 3. Press [ctrl+ shift+b] to run.
- VSCode 4681 2020-04-05 13:11:14
-
- What should I do if the vscode terminal does not display the content?
- The solution to the vscode terminal not displaying content is: 1. First enter the settings; 2. Then open the settings.json file; 3. Finally modify the configuration ["python.pythonPath": "D:\\Anaconda3\\pythonw.exe" ,】That’s it.
- VSCode 15143 2020-04-05 12:00:11
-
- How to set vscode to English mode
- The method to set vscode to English mode is: 1. Use the key combination [ctrl+shift+p] to open the search box, enter [configure display language], and click OK; 2. Find the locale configuration and modify its value to en; 3. Restart vscode.
- VSCode 8388 2020-04-05 10:40:39
-
- How to start a vue project using vscode configuration
- The method to start a vue project using vscode configuration is: 1. Install the vetur and eslint plug-ins, and add the corresponding configuration; 2. Import the vue project and add package dependencies; 3. Execute the command [npm run dev] to run the project.
- VSCode 4349 2020-04-05 10:29:09
-
- Is vscode considered an IDE?
- vscode is not an ide, vs is an ide. The ide must at least integrate one-click compilation and operation and come with initializers for various frameworks, while vscode requires users to manually integrate various extensions; vscode software is a software for writing modern Web and cloud Cross-platform source code editor for applications.
- VSCode 6843 2020-04-05 10:28:08
-
- How to add a folder in vscode
- How to add a folder to vscode: first click to open the new version of [vscode editor]; then click the [explorer icon]; then click the button [File], and click the button [Add folder to workspace]; finally select the Add it to the folder in the workspace and click the button [Add].
- VSCode 4358 2020-04-05 10:22:09
-
- What should I do if the terminal in vscode cannot execute commands?
- The solution to the problem that the terminal in vscode cannot execute commands: first open "Compatibility" in the vscode software properties; then check "Run as administrator" and select "Apply"; finally restart the vscode software and you can run the terminal command .
- VSCode 3978 2020-04-05 10:14:21