current location:Home > Technical Articles > Development Tools > phpstorm
- 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 retrieve deleted files in phpstorm
- Open phpstorm, find "view" in the menu bar; find Recent Changes; find the Deleting line, which is the file just deleted; confirm whether the file is the file just deleted; click Revert to restore; finally go to the file list to see the file Whether to restore.
- phpstorm 4743 2020-01-02 15:18:11
-
- How to set font size in PhpStorm
- First, we find File and open the settings option, and find the editor->font column option. Modify the number in size to change the font size of the code editing area. We can preview it in the code sample area. After selecting the appropriate size, click OK.
- phpstorm 4908 2019-12-31 17:15:24
-
- PhpStorm configures FTP server
- Open the editor and click Tools->Deloyment->Configuration to enter the configuration page of the connection server; click + in the upper left corner to configure a new server; fill in the name of the added server and select the FTP server.
- phpstorm 4566 2019-12-30 16:46:24
-
- What to do if PhpStorm displays 502
- It may be because you have not configured the Debugger extension. Click the three leftmost dots of CLI Interpreter to enter. There is Debugger extension, and the selected file is /wamp64/bin/php/php5.6.35/php.exe.
- phpstorm 5884 2019-12-27 15:11:21
-
- PHPstorm configure synchronization server files
- Open the menu bar Tools -> Deployment -> Configuration; click + to select SFTP and fill in the relevant server information. After filling in, you can click Test Connection to test whether the connection is successful. If successful, Successful will be prompted.
- phpstorm 4085 2019-12-26 15:21:32
-
- PhpStorm comment time setting
- Let's add a hotkey first. Add a template named user in Live Templates, create a subclass called xxx, and then write the Templates text below; then click Edit variables; Then click Change
- phpstorm 5741 2019-12-25 15:35:32
-
- PhpStorm selects the same words to display highlighting effect
- In the PhpStorm menu bar, select setting-》plugins-》Browse Repositories, enter BrowseWordAtCaret to search, install, and then restart.
- phpstorm 4615 2019-12-24 15:29:27
-
- PhpStorm change theme
- Open PhpStorm, File -- Settings -- Editor -- Color Scheme --General, select the style you like to make changes, and click Apply after completing the selection.
- phpstorm 4736 2019-12-23 16:34:44
-
- Display running results in phpstorm
- Find the php.ini file in the xampp folder, search for "extension", modify extension_dir="xxx" (xxx is the location of ext); modify it to extension=mysqli; Run->Edit Configurations option.
- phpstorm 3363 2019-12-21 15:22:19
-
- Some personalized configurations of PhpStorm
- The interface uses the Material Theme UI plug-in, then Install, then Restart, Done! Laravel Plugin When you import a Laravel project into PhpStorm, you need the next Laravel Plugin.
- phpstorm 3378 2019-12-20 15:02:29
-
- How is PHPStorm better than VScode?
- PHPStorm, an IDE-type development tool, has many functions that can be used out of the box and are easily configured. VScode is equally powerful if you take the time to configure it, but what you end up doing may not be as smooth as an IDE.
- phpstorm 9681 2019-12-19 15:40:22
-
- How to batch replace strings in phpstorm
- First, open the phpstorm editor, create a new php file, for example: index.php, and fill in the basic code of the problem. Press ctrl+r on the keyboard to bring up the replacement tool. For example, enter the original string abcd, the target string hello, and click the "Replace all" button.
- phpstorm 5322 2019-12-19 15:26:47
-
- What is the shortcut key for quickly formatting code in phpstorm?
- The shortcut keys for quick formatting code in phpstorm are different in different operating systems; the shortcut key for quick formatting code in phpstorm on windows computer is [Ctrl+Alt+L]; the shortcut key for quick formatting code on MAC (Apple) computer phpstorm is [Command] +Alt+L].
- phpstorm 6404 2019-12-19 10:39:09
-
- PhpStorm configuration code is automatically uploaded to the server (detailed graphic and text explanation)
- Find Configuration in PhpStorm configuration; name: fill in whatever you can identify; type: note here that it must be SFTP; local path is the local project path;
- phpstorm 5750 2019-11-30 13:52:17
-
- PhpStorm configuration database (detailed explanation)
- Open the PhpStorm editor and find Database on the right side of the editor; click Database, click + in the upper left corner, select Data Source, and then click the database type you want to connect to; fill in the parameters of the database configuration in turn; after filling in the parameters, click Test Connection to test
- phpstorm 9765 2019-11-30 11:03:15