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:
-
- What to do if vscode js is formatted incorrectly
- The solution to the vscode js formatting disorder: first open the vscode software; then find and open the "setting.json" configuration file; then add the code to the file as ""beautify.config": {"brace_style":...} ” and save it.
- VSCode 3563 2020-04-02 09:12:23
-
- What should I do if vscode cannot find the path?
- The solution: first find and open the "launch.json" file in the ".vscode" folder; then add ""cwd": "${fileDirname}"" to the debugging environment used to specify the debugging path, and its " fileDirname" represents the absolute path of the currently opened file.
- VSCode 9660 2020-04-02 09:08:07
-
- How to run the go language code edited by vscode
- To run go language code in vscode, you need to install the vscode-go plug-in, and then use F5 (continue), F10 (step over), F11 (step into) and other shortcut keys to run go language code.
- VSCode 14813 2020-04-02 09:23:24
-
- What should I do if vscode cannot set Chinese?
- The solution to the problem that vscode cannot set Chinese: first download the plug-in "Chinese (Simplified) Language"; then click "Reload" in the interface; then open the command panel and enter the "config" command; finally set "locale" to "zh-cn" "That's it.
- VSCode 5600 2020-03-31 10:10:05
-
- How vscode uses gitflow
- How vscode uses gitflow: first create a project on git; then synchronize the local code to the remote library, and click "Publish to remote repository - Publish to git repository"; finally click "gitflow", and Click [initialize] to initialize development.
- VSCode 3540 2020-03-31 10:04:15
-
- How to run vscode to get results
- How to get results from vscode running: first open the vscode software; then search for "Code Runner" in the vscode plug-in to install it; then right-click the "run code" option with the mouse; finally, you can view the running results at the bottom of the vscode software interface .
- VSCode 11839 2020-03-31 09:58:49
-
- How to add library files to vscode
- How to add library files to vscode: first open the vscode software; then press the shortcut key "ctrl+shift+p" to open the command and enter "Java:Create Java Project"; then enter the project name; finally open the relevant file and add the required dependencies Just add the library jar file names.
- VSCode 10149 2020-03-31 09:53:28
-
- How to write Chinese characters in vscode
- How to write Chinese characters in vscode: First open the vscode software; then open "File" - "Preferences" - "Settings"; then add the code ""terminal.integrated.fontFamily":... ”; Finally, restart the software.
- VSCode 4797 2020-03-31 09:48:59
-
- How to initialize vscode
- Method for initial compilation of vscode: first press the shortcut key "Windows"; then modify the vscode language environment to Chinese; then restart the vscode software and search for "python" in "Extensions"; finally select "python compiler" and click " install".
- VSCode 3205 2020-03-31 09:44:12
-
- What to do if vscode debugging cannot load the class
- The solution to the problem that vscode debugging cannot load the class: first open the vscode software; then find "launch.json"; finally add the configuration "classPaths", the specific code is "{ "type": "java","name": "Debug (Launch )"}".
- VSCode 3802 2020-03-31 09:37:54
-
- What to do if vscode can't find anything?
- Solution: First open the vscode software; then open "Settings" in vscode; then change the code ""search.exclude": {"system/": true,"!/system/**/*.ps*": true }" Copy and paste it in; finally restart the software.
- VSCode 7788 2020-03-31 09:33:06
-
- How to deal with errors when writing react in vscode
- The solution to the error when writing react in vscode: first open vscode editing software; then find and open the relevant configuration file; then click "javaScript" to select a language mode; finally select the "javaScript React" option and press "crtl+s" to save .
- VSCode 2905 2020-03-31 09:28:38
-
- What to do if vscode PHP cannot be debugged
- The solution to the problem that vscode PHP cannot be debugged: first download the "xdebug.dll" extension library; then configure the "php.ini" file; then install the plug-ins "php debug" and "php xdebug"; finally select "Listen for XDebug" to debug .
- VSCode 8054 2020-03-31 09:19:17
-
- How to uninstall vscode on ubuntu
- How to uninstall vscode in Ubuntu: If it is installed through apt-get, you can use the "sudo apt-get remove code" command to uninstall it. If installed through dpkg, you can use the sudo dpkg -r code command to uninstall.
- VSCode 16441 2020-03-28 15:13:40
-
- Which key is used to open the cmd terminal in vscode?
- The shortcut key to open the cmd terminal in vscode is "CTRL+·". Note that the dot is under the esc key on the keyboard. You can also use the "Integrated Terminal" in the "View" item of the vscode menu to open it.
- VSCode 5144 2020-03-28 14:40:12