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 msvcp140.dll cannot be found and code execution cannot continue?
- The solution to the problem that "msvcp140.dll" cannot be found and cannot continue to execute the code: first run "Ctrl+R" and run the "control" command; then open the control panel and select the file to be modified; then right-click and select "Change"; Finally click "Repair" to solve the problem.
- VSCode 100775 2020-05-11 09:35:16
-
- How vscode supports php function jump
- How vscode supports PHP function jump: first execute the command "whereis php" on the command line to view the PHP installation path; then install the extension plug-in "IntelliSense" in vscode; then change "null" to the PHP installation path; and finally restart Just vscode.
- VSCode 10045 2020-05-06 16:13:19
-
- What framework is used to develop vscode?
- vscode is developed based on the Electron framework, which is developed based on Node.js and Chromium kernel, allowing developers to use front-end technologies such as HTML, CSS and JavaScript to develop cross-platform desktop GUI applications.
- VSCode 10721 2020-04-30 18:03:04
-
- Can vscode check where functions are referenced?
- Vscode can check where the function is referenced. The method to check where the function is referenced is: first find the function you want to check; then double-click to select the function name; then press the [Shift] + [F12] keys to display the function referenced. place; finally find and click [Go to Reference] in the drop-down menu.
- VSCode 7651 2020-04-30 16:34:13
-
- Can vscode be formatted?
- vscode can format documents. The method of formatting a document is: first select the document that needs to be formatted; then press [Shift]+[Alt]+[F] to format; or right-click the mouse to display a drop-down menu; then Find [Format Document] in the drop-down menu and click to format.
- VSCode 3108 2020-04-30 15:28:58
-
- Can vscode write java?
- vscode can be used to write Java code, but vscode does not support Java syntax by default. We can find Java-related extension plug-ins through the extension mall in vscode to download and install, and then configure the Java extension plug-in to implement Java Syntax support.
- VSCode 17281 2020-04-30 14:51:37
-
- What can be written in vscode
- The vscode editor supports writing in multiple languages and file formats, including Markdown, Python, PHP, Java, JavaScript, C, C++, C#, Ruby, Sass, Rust, PowerShell, HTML, CSS, etc.
- VSCode 5694 2020-04-30 13:58:49
-
- How to start the color picker in vscode?
- Method: First install the color picker plug-in (vscode color picker) in vscode; after installation, restart vscode to activate the plug-in, then ctrl+shift+p to open the command and enter pick color to find it and use it.
- VSCode 12850 2020-04-23 16:37:20
-
- Does vscode support python?
- vscode supports python. You only need to install the python plug-in and press the F5 key to run the python code. Click on the lower left corner of the interface to switch between different python environments.
- VSCode 7984 2020-04-23 15:31:08
-
- What should I do if vs2010 prompts that the project has expired?
- The solution to the vs2010 prompt that the project has expired: first open the "devenv.exe.config" file; then add the code "<system.diagnostics>" in front of the "</configuration>" line; and finally restart the vs2010 software.
- VSCode 16465 2020-04-27 16:28:37
-
- 14 commonly used plug-ins for vscode [recommended]
- 1. auto rename tag, html automatically updates the paired tag name; 2. highlight matching tag, automatically highlights the closing bracket/tag; 3. bracket pair colorizer, adds different colors to various nested brackets...
- VSCode 12952 2020-04-17 13:22:26
-
- How to debug asp with vscode
- The method for debugging ASP with vscode is: 1. Install the [IIS Express] extension; 2. Modify the applicationhost.config file and set the default homepage; 3. Enable directory browsing; 4. Enable the parent path; 5. Press [ctrl+shift+p 】Shortcut keys are enough.
- VSCode 6771 2020-04-15 14:53:29
-
- How to introduce bootstrap into vscode
- The method for introducing bootstrap into vscode is: 1. [npm install bootstrap --save --save-exact]; 2. [import 'bootstrap/dist/css/bootstrap.min.css'].
- VSCode 6545 2020-04-15 14:36:03
-
- How to convert file encoding format in vscode
- The method for vscode to convert file encoding format is: 1. First click [File], [Preferences], [Settings]; 2. Then add ["files.autoGuessEncoding": true,] in the user settings and save the settings. .
- VSCode 7632 2020-04-15 14:23:07
-
- How to put the resource manager on the right side in vscode
- The method for vscode to put the resource manager on the right is: 1. First click [File], [Preferences], [User Settings] in sequence; 2. Then modify the value of the [workbench.sideBar.location] attribute to [right] That’s it.
- VSCode 9939 2020-04-15 14:13:57