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 key is used to back (undo) in vscode?
- In vscode, you can use the "Ctrl+Z" shortcut key to undo the previous operation, and you can use the "Ctrl+Shift+Z" shortcut key to restore the previous operation.
- VSCode 12087 2020-03-28 11:41:03
-
- How to start react project with vscode
- How to start a react project with vscode: first use create-react-app to create a react project; then use the cd command to enter the project; finally enter yarn start or npm start to start the project.
- VSCode 8221 2020-03-28 11:27:54
-
- Why can't vscode be changed to Chinese?
- In vscode, setting "locale":"zh-cn" in the locale.json interface failed to set the language to Chinese because we did not install the Chinese plug-in. We can install the plug-in first and then set up Chinese.
- VSCode 4600 2020-03-28 11:24:24
-
- How to solve vscode cannot load tkinter
- The problem that tkinter cannot be loaded when vscode runs python code is because tkinter is not installed in vscode. We can use the "sudo apt-get install python3-tk" command in the terminal to install tkinter to solve the problem.
- VSCode 5947 2020-03-28 11:07:29
-
- How to search the location of a word in vscode
- How to search the location of a word in vscode: Use the "CTRL+F" keys to bring up the search window, and then enter the word you want to view in the search window to highlight the searched word.
- VSCode 5116 2020-03-28 10:51:48
-
- How to execute js code in vscode terminal
- How to execute js code in the vscode terminal: first click the search button in the plug-in center, search for the Code Runner plug-in and install it; then write the js code; finally click the run button in the upper right corner.
- VSCode 10225 2020-03-28 10:41:20
-
- Vscode has a header file and cannot be compiled. Solution
- The solution to the problem that vscode has a header file that cannot be compiled: Find tasks.json in the vscode folder under the current path, find the "args" attribute, and add what the compiler needs to link after "-g" and before "-o" Just file.
- VSCode 4719 2020-03-28 10:40:53
-
- The difference between Vscode and webstorm
- The difference between Vscode and webstorm: vscode is open source, has lower memory and CPU usage, a larger community, and is better when using JavaScript and TypeScript. WebStorm has better PHP/Java support and is more stable.
- VSCode 7114 2020-03-28 10:28:42
-
- How to solve vscode terminal garbled characters
- Solution to vscode terminal garbled code: Use the gcc compilation option to modify the encoding format of the executable file to utf-8, that is, "-fexec-charset=utf-8".
- VSCode 4574 2020-03-26 17:36:21
-
- How to compile less into wxss with vscode
- How to compile less into wxss using vscode: Download and install the Easy LESS plug-in in vscode. Then modify the settings.json configuration file and add the "outExt":".wxss" code. Afterwards, the less file can be automatically compiled into wxss in vscode.
- VSCode 3347 2020-03-26 16:46:49
-
- How to change VScode to English if I don't want to use Chinese?
- How to change the language used by vscode to English: Use the shortcut key "ctrl+shift+p" to open the search bar, search for configure language, select "configure display language" - "en" in sequence, and then restart vscode.
- VSCode 3603 2020-03-26 13:52:18
-
- How to solve garbled Chinese characters in vscode
- Solution to garbled Chinese characters in vscode: Select "File" - "Options" - "Settings" in the vscode menu bar, then search for "Search settings", and check "files.autoGuessEncoding" in the opened interface.
- VSCode 3257 2020-03-26 13:23:29
-
- How to solve the problem that vscode cannot open the default browser
- The solution to the problem that vscode cannot open the default browser: Click the "Extension" button, search for "open in browser" in the search bar, click the install button to install, and then click Settings to install version 1.1.0.
- VSCode 7738 2020-03-26 13:12:19
-
- How to create custom code snippets in vscode
- The method for vscode to create a custom code snippet is: 1. First, click the [File], [Preferences], and [User Code Snippet] options in sequence; 2. Then, select the language in which you want to create the code snippet; 3. Finally, according to your own Just need to modify the configuration.
- VSCode 3011 2020-03-25 16:30:12
-
- How to write c language in vscode
- The method for writing C language in vscode is: 1. Install the c/c++ plug-in and restart vscode; 2. Install GCC and configure environment variables; 3. Create a new c_cpp_properties.json file and configure smart prompts; 4. Turn on the debugging function.
- VSCode 11739 2020-03-25 16:20:23