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 should I do if the vscode prompt disappears?
- The solution to the missing vscode prompt: first open the vscode software; then create a new HTML file; then search for [prevent] in the settings; finally uncheck the option [Control quick suggestions disabled in active code snippets] in the interface That’s it.
- VSCode 7679 2019-12-24 10:51:31
-
- How to single-step debug vscode
- Method for single-step debugging of vscode: first use the command "sudo apt-get install clang" to install clang; then configure the launch file; then modify the content of the "CMakeLists.txt" file to "project(slam_demo)" and save it.
- VSCode 6469 2019-12-24 10:38:09
-
- How to check who called a function in vscode
- In the vscode software, if you want to check who called the function, you can use the shortcut key [Shift+F12] to find all references. The specific method is: first open the vscode software; then move the cursor to "getArea"; finally press [Shift+ F12] key.
- VSCode 21006 2019-12-24 10:32:53
-
- How vscode tests html
- How to test HTML with vscode: First open the vscode software; then click "Extensions" and enter "open in browser" to install the extension; then restart the vscode software and open the HTML page you want to run; finally, right-click the mouse to run the test HTML page.
- VSCode 3788 2019-12-24 10:23:41
-
- What to do if vscode lua breakpoint fails
- Solution to vscode Lua breakpoint failure: first install the vscode software; then drag the project folder directly into vscode; then open the "launch.json" file; finally find the "exePath" field and modify it to the simulator path and save it.
- VSCode 4347 2019-12-24 09:10:50
-
- What is the workspace in vscode?
- Work areas can be thought of as grouping your projects. If you want to make changes and runtimes to multiple projects in one window at the same time, you need to use the work area.
- VSCode 9950 2019-12-23 17:29:55
-
- How to Chineseize vscode?
- How to localize vscode: Open the VSCode software, use Ctrl+Shift+P to open the extension store, enter language pack, find the Chinese Language Pack plug-in, click "Install" to install it, and click "Yes" to restart after the installation is successful.
- VSCode 10717 2019-12-23 17:25:27
-
- How to change the theme of vscode?
- Method: First open the VSCode software, click "file", select "preferences"; then select "color theme" to enter the color theme interface. We can see many interface options, click on the desired theme, and then it will be automatically changed.
- VSCode 16401 2019-12-23 17:11:59
-
- How to compile php with vscode?
- vscode can support the PHP language by installing plug-ins, and then configure the PHP running environment to compile PHP. Method: 1. Install PHP-related plug-ins in vscode; 2. Configure the PHP path in the preferences; 3. Place the Xdebug dll in the PHP-related directory; 4. Set breakpoints for debugging.
- VSCode 10256 2019-12-23 16:57:07
-
- How to install python module in VScode?
- How to install the python module in VScode: Click the app store icon on the left, the plug-in menu will pop up, enter Python, select the first Python plug-in that appears to install, and then configure the environment.
- VSCode 9637 2019-12-23 16:41:20
-
- How does vscode run py files?
- How to run py files with vscode: First, make sure that the Python plug-in for VScode is installed, then configure the Python running environment, and finally use the shortcut key Ctrl+shift+B to run the py script file.
- VSCode 10356 2019-12-23 16:21:30
-
- How to modify the font in vscode?
- How to change the font in vscode: first open the settings page and search for font; then add the corresponding font settings in the user settings; finally save it.
- VSCode 25660 2019-12-23 16:00:42
-
- How does vscode use svn?
- Steps for using SVN with vscode: 1. Click on the extension store, search for SVN, and install the SVN plug-in; 2. Configure the SVN plug-in, configure the command line execution file address of the local SVN, and restart vscode after the settings are completed; 3. Press ctrl+shift+ p, type "svn" and enter the SVN resource library address.
- VSCode 15203 2019-12-23 15:49:30
-
- How to open multiple projects at the same time in vscode?
- How to open multiple projects in vscode at the same time: First enter the main interface of vscode, click "File" on the menu bar, and select "Add Folder to Workset". This step is to add the project to the workset, and then select multiple projects. , click Add.
- VSCode 13532 2019-12-23 15:26:36
-
- Where to open the vscode configuration file?
- How to open the vscode configuration file: first open the vscode software; then press the shortcut key [cmd + shift + p]; then search for [Open Raw Default Settings] in the input box; finally press Enter to find and open the vscode configuration file.
- VSCode 23643 2019-12-23 15:06:09