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:
-
- In which year was vscode released by Microsoft?
- VsCode is a free and open source modern lightweight code editor released by Microsoft in 2015. Its full name is [Visual Studio Code]. We can choose the corresponding installation file according to the operating system we use on the vscode official website.
- VSCode 8467 2020-02-10 17:09:48
-
- How to install vscode on intranet
- The method to install vscode on the intranet is: 1. First install vscode on the external network machine; 2. Then enter the installation directory in the file explorer; 3. Finally, open C:\Users\users in the file explorer. Name, copy vscode to a USB flash drive, and copy it to the same location on the intranet computer.
- VSCode 3951 2020-02-10 17:01:06
-
- How to run vscode using terminal
- How to run vscode using the terminal: first open vscode, press shift+command+p to open the command panel; then enter Install 'code' command in PATH and execute it; finally open the computer's terminal and enter code to open vscode.
- VSCode 12396 2020-02-10 17:00:42
-
- How to write a web page using vscode
- The method of writing web pages with vscode is: 1. First create a new file and change the file to HTML format; 2. Then enter [!] and use the Tab key to complete it to quickly generate html code; 3. Finally, install the chrome plug-in. Just view the html page in the chrome browser.
- VSCode 15246 2020-02-10 16:50:01
-
- How VSCode automatically completes js code
- The method for VSCode to automatically complete js code: first configure jsconfig.json; then use the npm install -g typings command to install typings; finally write the code and you will see the automatic completion prompt.
- VSCode 26548 2020-02-10 16:46:46
-
- What should I do if the vscode store cannot be opened?
- Solution to the problem that the vscode store cannot be opened: 1. Click on the settings of vscode, search for "Agent", and add the 127.0.0.0:8080 proxy; 2. Check whether IE can access the Internet. If not, you can use relevant tools to repair the network.
- VSCode 5388 2020-02-10 16:27:33
-
- How to submit code to git with vscode
- The method for vscode to submit code to git is: 1. First create a project in the git warehouse and obtain the clone address; 2. Then enter the local project and submit the code to the local warehouse; 3. Finally execute the command [git config --global credential.helper store].
- VSCode 12309 2020-02-10 16:22:56
-
- js file in vscode prompts typescript syntax error
- The solution to the typescript syntax error reported by the js file in vscode is: 1. First open the settings and search for [tsconfig]; 2. Then find the [Check JS Experimental Decorators] option; 3. Finally, uncheck this option.
- VSCode 5285 2020-02-10 16:09:50
-
- How to change the label color in vscode
- The method for vscode to modify the label color is: 1. First open the extension store; 2. Then search for the [bracket pair colorizer] and [indent rainbo] plug-ins; 3. Finally, click Install and restart vscode.
- VSCode 10666 2020-02-10 15:54:07
-
- How to create a new md file in vscode
- How to create a new md file in vscode: 1. Click "New File" on the welcome interface and enter "name.md"; 2. Click [File] [New File] in the menu and enter "name.md"; 3. Select [New Folder], click the first new file icon behind the folder and enter "name.md".
- VSCode 10033 2020-02-10 15:43:00
-
- How to configure c/c++ environment in vscode
- The method for vscode to configure the c/c++ environment is: 1. First install the c/c++ plug-in; 2. Then download MinGW; 3. Then configure the environment variables and verify whether the configuration is successful; 4. Finally, use the [.cpp] file to configure the c++ environment That’s it.
- VSCode 15253 2020-02-10 15:39:23
-
- vscode does not display git files
- The solution to why vscode does not display git files is: 1. First open the file, preferences, settings, user settings, text editor, and file in order; 2. Then add the code ["files.exclude": {"**/.git ": false}]; 3. Finally delete [**/.git**].
- VSCode 6670 2020-02-10 15:27:05
-
- What should I do if the wavy lines in vscode are gone?
- In vscode, the wavy line is the code error prompt function. When there is no error in the code, the wavy line will not appear. You can press ctrl+shift+p and search for "Enable error underline" to enable the error prompt. When an error occurs in the code, A wavy line will appear.
- VSCode 18399 2020-02-10 15:16:32
-
- How to run c program in vscode
- The method of running C program in vscode is: 1. First open the terminal and switch to the source file directory; 2. Then execute the [g++ xxx.cpp -o xxx.exe] command to compile; 3. Finally execute [./xxx.exe 】 command to run the compiled program.
- VSCode 11873 2020-02-10 15:13:43
-
- How to use a browser to view code written in VSCode
- How to use a browser to view the code written in VSCode: first write an html document; then click on the extension on the left, search for the open in browser plug-in and install it; finally return to the document, right-click and click "Open In Other Browsers".
- VSCode 6754 2020-02-10 14:46:28