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:
-
- How to run vue code in vscode
- The method for vscode to run Vue code is: 1. First use vscode to open the project home directory; 2. Then open the terminal and run the [npm run dev] command; 3. Finally enter [http://127.0.0.1: 8080】That’s it.
- VSCode 4911 2020-02-11 15:01:46
-
- vscode cannot activate Conda environment
- The solution to the problem that vscode cannot activate the Conda environment is to add [terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe"] in the personal settings and change the default integrated terminal.
- VSCode 6346 2020-02-11 14:47:17
-
- vscode cannot execute program scripts in the terminal
- Solution to the problem that vscode cannot execute program scripts in the terminal: 1. First run vscode as an administrator; 2. Then open the terminal and execute the [set-Executionpolicy remotesigned] command; 3. Finally execute the [get-executionpolicy] command.
- VSCode 5686 2020-02-11 14:40:28
-
- How to restore default settings in vscode
- The method to restore default settings in vscode is: 1. First, click the lower left corner to open the settings; 2. Then click the [{}] button in the upper right corner; 3. Finally, clear all the user settings json on the right to restore the default settings.
- VSCode 8666 2020-02-11 11:57:34
-
- vscode sets code font color highlighting
- The method for setting code font color highlighting in vscode is: 1. First open the extension store, enter vetur in the search box, find the required plug-in, and click install; 2. Then open the vue project, and then open the main.js file in the project. .
- VSCode 23344 2020-02-11 11:51:44
-
- How to comment method code block in vscode
- The method for commenting method code blocks in vscode is: 1. First install the [document this] plug-in; 2. Then place the cursor on the function and use the shortcut key [ctrl+alt+d]. Note that you need to use [ ctrl+option+d] shortcut key.
- VSCode 9828 2020-02-11 11:42:19
-
- How to create a C language project with vscode
- The method for vscode to create a C language project is: 1. First download the c/c++ plug-in; 2. Then create an empty folder and press F5 to generate the launch.json file; 3. Then create tasks.json; 4. Finally write hello .cpp files.
- VSCode 22792 2020-02-11 11:32:49
-
- How to create and run python program with vscode
- The method for vscode to create and run a python program is: 1. First open the extension store; 2. Then search for python and install the plug-in; 3. Then create a new file, select the language version as python, and edit the python code; 4. Finally, right-click the file , select [run code].
- VSCode 15415 2020-02-11 11:18:00
-
- How to restore default theme in vscode
- The method for vscode to restore the default theme is: 1. First open the file, preferences, and color theme options in sequence; 2. Then click to enter the color theme interface and select the [Dark (Visual Studio)] theme to restore the default theme.
- VSCode 10729 2020-02-10 17:52:42
-
- How to use relative paths in vscode
- How to use relative paths in vscode: 1. Fill in the relative path based on the .vscode path; 2. Modify the launch.json file and add the code "cwd":"${fileDirname}" to the configurations.
- VSCode 9265 2020-02-10 17:51:51
-
- vscode right click cannot run html page
- The solution to the problem that the html page cannot be run by right-clicking vscode is: 1. First check whether the code text type matches the language of the current file, such as html; 2. If the language type does not match, change the text type to html.
- VSCode 8483 2020-02-10 17:45:06
-
- How to run python code with vscode
- How to run python code in vscode: first press ctrl+shift+b to open the input box; then click "Generate Tasks", "Create Tasks File", and "Run External Commands" in sequence; finally replace the commands in the tasks file with python commands That’s it.
- VSCode 9684 2020-02-10 17:40:26
-
- The status bar at the bottom of vscode does not display
- The solution to the problem that the status bar at the bottom of vscode is not displayed is: 1. First click the tool option in the menu bar; 2. Then click [Options], switch to the [General] tab, and check the [Show Status Bar] option; 3. Finally click OK.
- VSCode 11949 2020-02-10 17:34:07
-
- How to use VSCode TODO
- How to use VSCode TODO: First add a comment "/*TODO: Here is the unfinished function*/" in the code; then install the Todo Tree plug-in, which will display all TODOs in the source code in a tree shape for our convenience position.
- VSCode 6658 2020-02-10 17:28:21
-
- Vscode cannot select spliced words by double-clicking
- The solution to the problem that the spliced word cannot be selected by double-clicking vscode is: 1. First open the settings; 2. Then comment the code ["editor.wordSeparators": "`~!@#$%^&*()-=+[{]} \\|;:'\",.<>/?"] That's it.
- VSCode 3392 2020-02-10 17:26:59