current location:Home > Technical Articles > Development Tools
- 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 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 . visual-studio-code 3801 2020-03-31 09:37:54
-
- How to install vscode under Linux
- How to install vscode under Linux: 1. Download the installation package. 2. Right-click the installation package and select "Extract here". Or use the command to decompress. 3. Enter the file directory and double-click the code executable file to run vscode.
- Linux Operation and Maintenance . visual-studio-code 4456 2020-03-17 15:04:04
-
- vscode cannot set Chinese
- The solution to why vscode cannot set Chinese is: 1. First, download the [Chinese (Simplified) Language Pack] plug-in and restart vscode; 2. Then, open the locale.json file and modify the configuration ["locale":"zh-cn" 】.
- VSCode . visual-studio-code 4688 2020-03-13 17:40:26
-
- Where to change vscode to Chinese
- How to change vscode to Chinese: First open the VSCode software; then enter [configure language] in the pop-up search box; then open the [locale.json] file; finally change the attribute value of [locale] to [zh-CN] .
- VSCode . visual-studio-code 4189 2020-03-13 12:51:36
-
- What software do beginners use to write python?
- Software that beginners can use when writing python include Sublime Text, Vim, Visual Studio Code, PyCharm, Spyder, and Thonny. The first three are code editors, and the last three are integrated development environments.
- Python Tutorial . visual-studio-code 4888 2020-03-04 16:53:23
-
- How to simulate clicking a web button in python
- How to simulate clicking a web button in python: first install python3 and selenium; then download chromedriver and put it into the python installation directory; finally use the driver.find_element_by_xpath().click() method to click the button.
- Python Tutorial . visual-studio-code 13828 2020-02-25 14:50:44
-
- How to install plug-ins in vscode
- The method for vscode to install plug-ins is: 1. First click the extension button, and in the pop-up search box, enter the plug-in that needs to be installed; 2. Then find the plug-in and click Install; 3. After the installation is completed, restart vscode.
- VSCode . visual-studio-code 5234 2020-02-18 17:46:37
-
- vscode failed to set Chinese
- The solution to the unsuccessful setting of Chinese in vscode is: 1. First download the [chinese (simplified)] plug-in and click to reload; 2. Then open the command panel, enter config, open locale.json, and set ["locale":"zh -cn"].
- VSCode . visual-studio-code 4309 2020-02-13 16:05:04
-
- vscode prompts that the runtime node cannot be found on the path
- The way to solve the problem that vscode prompts that the runtime node cannot be found on the path is: 1. First, add the node.js path to the environment variable path; 2. Then verify whether node.js has been added to the environment variable; 3. Finally, restart vscode. Can.
- VSCode . visual-studio-code 10903 2020-02-13 14:29:44
-
- How does vscode relate to unity?
- The method to associate vscode with unity is: 1. First install the [Debuger for unity] extension; 2. Then install the [c# for visual studio code] extension; 3. Finally, create a new unity project folder and drag this folder into in vscode.
- VSCode . visual-studio-code 6007 2020-02-12 15:27:38
-
- How to install plug-in in vscode?
- How to install the plug-in in vscode: first open the vscode software and click the plug-in button; then enter the plug-in name in the search box and click the install button on the right interface; finally wait for a few seconds for the installation to complete, and click reload to make the plug-in effective.
- VSCode . visual-studio-code 20608 2020-02-12 10:51:37
-
- 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 . visual-studio-code 10549 2020-02-10 15:54:07
-
- How to quickly view function definitions in VSCode
- How to quickly view the function definition in VSCode: 1. Position the cursor on the function and press the F12 key; 2. Position the cursor on the function and right-click the mouse to go to the definition; 3. Hold down the Ctrl key and click the function at the same time.
- VSCode . visual-studio-code 20459 2020-02-10 10:30:43
-
- How to debug vscode with breakpoints
- The method of vscode breakpoint debugging is: 1. Open the chrome remote debugging port; 2. Install the [chrome debug] plug-in; 3. Create a debug configuration file; 4. Modify the webpack configuration; 5. Enable debugging.
- VSCode . visual-studio-code 15994 2020-02-07 15:23:26
-
- How to delete files in vscode
- How to delete files in vscode: First open the vscode software and switch to the resource manager panel; then right-click the file to be deleted; finally select [Delete] in the pop-up panel.
- VSCode . visual-studio-code 15476 2020-02-05 13:42:22