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 set multi-line comment shortcut keys in vscode
- The method to set multi-line comment shortcut keys in vscode is: 1. First open [File], [Preferences], [Keyboard Shortcuts] in order; 2. Then enter [comment] in the search box; 3. Finally select the changes that need to be made Shortcut keys, right-click, select [Change key bindings], [Press ideal key combination] options, and press Enter.
- VSCode 23722 2020-01-04 17:48:19
-
- How vscode converts px to rem
- The method to convert px to rem in vscode is: 1. First, you need to install the [px to rem] plug-in; 2. Then click [Settings], [User Settings], [Extension], and find [px to rem]; 3. Finally, use the [alt+z] shortcut key in the style file to convert.
- VSCode 8071 2020-01-04 17:46:23
-
- Solve the problem that vscode cannot find the c++ header file under windows
- The method to solve the problem that vscode cannot find the c++ header file under Windows is: 1. First, you must install one of the Microsoft vs series, such as [visual stdio 2017 Community]; 2. Then find the header file path under the installation path; 3. Finally, add Just paste the required header files into this folder.
- VSCode 20370 2020-01-04 17:43:03
-
- Is vscode open source?
- vscode is a free and open source modern lightweight code editor that supports syntax highlighting, intelligent code completion, custom hotkeys, bracket matching, code snippets, code comparison Diff, GIT and other features of almost all mainstream development languages. , supports plug-in extensions, and is designed for web development and cloud application development.
- VSCode 6962 2019-12-30 17:06:50
-
- How to install vetur in vscode?
- How to install vetur in vscode: Open the vscode software, click the app store icon on the left, the plug-in menu will pop up, enter vetur to search; when the vetur plug-in appears, click the "Install" button to install it.
- VSCode 6880 2020-07-13 16:26:18
-
- How does vscode run js files?
- How to run js files in vscode: Install the Code Runner plug-in, right-click on the js file and select Run Code or the square run button in the upper right corner of the editor to run the file, and the results will be output in the output column.
- VSCode 25137 2019-12-28 17:50:06
-
- What are the commonly used plug-ins for vscode?
- Commonly used plugins for vscode include: Auto Close Tag, Auto Rename Tag, Beautify, Bracket Pair Colorizer, Bracket Pair Colorizer, change-case, etc.
- VSCode 11064 2019-12-28 17:35:00
-
- How to convert sass to css with vscode
- How to convert sass to css in vscode: 1. Install the Easy scss plug-in. 2. Create a css folder and create a .scss file in it. Two .css files will be automatically created when saving. 3. Unified conversion: Run the compile command in the command panel to uniformly convert scss files into css files.
- VSCode 5066 2019-12-28 16:20:12
-
- How to solve the problem that vscode often pops up error messages
- The reason why vscode often pops up error messages is because automatic saving is set up and it is compiled every second, so the error is reported. Solution: Click "File" - "AutoSave" in the vscode menu bar and uncheck AutoSave.
- VSCode 6485 2019-12-28 11:59:15
-
- How to change vscode into Chinese
- How to change vscode to Chinese: 1. Open vscode, search and install Chinese (Simplied) Lang in the store. 2. Use the shortcut key combination [Ctrl+Shift+p] to open the search bar and enter "configure display language" to confirm.
- VSCode 17802 2021-04-06 11:18:15
-
- How to open the command panel in vscode
- First find vscode on the desktop, then open vscode and enter the main page. Then click "View" and select "Command Panel" in the drop-down menu bar to see the command panel.
- VSCode 8822 2019-12-27 17:04:53
-
- Where does vscode configure git?
- First, go to the official website to download the Git management tool, install it, and open the environment variables for configuration. Then open VSCode and click "File-Preferences-Settings-Search git.path". Then click "Edit" and copy the git.exe file path in the bin folder to "git.path".
- VSCode 3936 2019-12-27 16:48:54
-
- What is the difference between vscommunity and vscode?
- The difference between vscommunity and vscode: vscode is just an editor, a free and open source modern lightweight code editor; vscommunity is an integrated development environment that not only edits and views code, but also has other functions, such as compilation, debugging, etc. .
- VSCode 18194 2019-12-27 15:59:26
-
- How to stop warnings in vscode
- How to stop vscode warning: first open the vscode software; then select "Code->Preferences->Settings" to enter the settings panel; then enter "vetur" in the search box and find "script, style, template"; finally cancel Just check them.
- VSCode 8694 2019-12-25 09:15:39
-
- How to debug python with vscode
- How to debug python with vscode: first open the vscode software; then write a python file and click the [little spider] icon in the toolbar; then add a breakpoint and select the current file; finally, perform breakpoint debugging through the operation button at the top .
- VSCode 4859 2019-12-25 09:08:59