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 get the vscode menu bar and toolbar back after they are hidden
- The method to retrieve the hidden menu bar and toolbar is: 1. First open the command line, enter menu, and turn on the [view:toggle Menu bar] function; 2. Then open the configuration file and change ["workbench.activityBar.visible"] Just set it to true.
- VSCode 13082 2020-02-10 14:40:09
-
- Why can't I use multi-line comments in js in VSCode?
- When writing JavaScript code using VSCode, you can use multi-line comments. If an error is reported, your comments are written incorrectly. The correct JavaScript multi-line comment structure is as follows: /**/, comments are written within asterisks, and can be wrapped arbitrarily.
- VSCode 4227 2020-02-10 14:38:04
-
- How vscode runs vue code
- The method for vscode to run vue code is: 1. First open the project home directory; 2. Then use the [ctrl+~] shortcut key to open the terminal; 3. Then run the [npm run dev] command; 4. Finally open [http: //127.0.0.1:8080] That’s it.
- VSCode 7031 2020-02-10 14:28:31
-
- VSCode prompts that the system cannot find the specified path
- The solution to the vscode prompt that the system cannot find the specified path: first click debug and open configuration; then add the cwd item configuration in the launch.json file and fill in "${fileDirname}" as the value.
- VSCode 13996 2020-02-10 14:18:06
-
- How to configure cpp debugging environment in vscode
- The method for vscode to configure the cpp debugging environment is: 1. First install the c/c++ plug-in; 2. Then add the c_cpp_properties.json configuration; 3. Add the tasks.json configuration file; 4. Finally add the launch.json configuration file.
- VSCode 4351 2020-02-10 14:14:47
-
- How to publish vscode plug-in
- The method to publish the vscode plug-in is: 1. First create an account and visit the homepage; 2. Then click on personal information and click add; 3. Finally, perform the [npm install vsce -g] and [vsce publish (version)] operations and click add That’s it.
- VSCode 3930 2020-02-10 14:02:35
-
- vscode cannot drag selection using mouse
- Solution to the problem that vscode cannot be selected by dragging with the mouse: 1. Press the ESC button twice in succession; 2. Reinstall the vscoed software; 3. Right-click the taskbar, select [Properties]-[Start]-[Customize], and select "Start" Context menu and drag-and-drop button.
- VSCode 8872 2020-02-10 14:00:49
-
- How to build a simple framework with vscode
- The method to build the framework with vscode is: 1. First install node.js; 2. Then install the Taobao image; 3. Then install the scaffolding; 4. Finally create the project, open the console, and reinstall the dependencies, such as [cnpm install] .
- VSCode 3691 2020-02-10 13:50:59
-
- Where to download vscode
- vscode can be downloaded from the official website, the download address is: https://code.visualstudio.com/Download. It can also be downloaded from a third-party server, for example: //m.sbmmt.com/xiazai/gongju/1527.
- VSCode 7827 2020-02-10 13:42:44
-
- The difference between vscode and dw
- The differences between vscode and dw are: 1. VSCode is designed for developers, dw is designed for designers; 2. VSCode supports MacOS, Windows, and Linux, dw does not support Linux; 3. VSCode supports multiple programming languages, dw Only supports web development.
- VSCode 18790 2020-02-10 13:26:32
-
- vscode does not recognize node command
- The solution to vscode not recognizing the node command is: 1. First check whether the environment variables are configured correctly; 2. Then ensure that you restart vscode after configuring the environment variables; 3. Finally, try to run vscode as an administrator.
- VSCode 6127 2020-02-10 11:48:17
-
- vscode install theme plug-in
- The method for installing theme plug-ins in vscode is: 1. First open the file, preferences, color theme, and select change; 2. Then open the extension store, search for sheme, and install the required theme; 3. Finally, open the settings and change the font theme and icon Just the theme.
- VSCode 4465 2020-02-10 11:39:55
-
- 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 20825 2020-02-10 10:30:43
-
- What should I do if there is no error message in VSCode?
- The solution to the problem that VSCode does not report an error message: first open vscode, click [File]-[Preferences]-[Settings]; then search for "errorSquiggles" in the settings; finally select enable in the search results.
- VSCode 29329 2020-02-10 09:58:37
-
- How to configure VSCode for microcontroller development
- How to configure microcontroller development with vscode: first open the plug-in center, search for Platform IO IDE and install it; then click New Project to create a new project; finally after writing the code, click Build to generate the hex file.
- VSCode 8439 2020-02-10 09:45:19