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 use Xdebug to debug code in phpstorm
- Students who have used Java, C and other static languages often debug code by setting a breakpoint and then debugging easily. However, when debugging code with PHPer, it is often [echo $a;exit;] which is very inconvenient. Some students sometimes finish typing. The breakpoint was committed without deleting it, which caused a lot of trouble. The effective method will be introduced below.
- phpstorm 8333 2020-07-02 17:29:03
-
- How to configure Hyperf hot update development environment through PHPStorm
- When developing persistent applications such as Hyperf/Swoole, whenever the application code changes, the application needs to be restarted to make the code take effect. Although this is also a correct and reasonable operation when developing CLI applications, because we still You need to pay attention to the information output by stdout to judge...
- phpstorm 5287 2020-05-10 13:56:38
-
- phpstorm 2020.1 (latest version) official Chinese tutorial
- The latest version of the php development tool phpstorm (2020.1) optimizes the complexity of the Chinese version of the old version. The Chinese version of phpstorm requires a separate download of the third-party Chinese package, which brings many changes to users. The new version can directly search for the official Chinese package from the settings. Installation can be completed in development mode.
- phpstorm 34970 2020-04-20 14:23:00
-
- How to develop ThinkPHP projects on PHPstorm
- This article introduces how to build a thinkphp development environment on phpstorm. It has certain reference value and I hope it will be helpful to friends who are just getting started. 1. Installation and download, download thinkPHP, install phpstorm; 2. Environment construction and configuration.
- phpstorm 17335 2020-03-20 09:57:50
-
- Configuration sharing from an 8-year PhpStorm user
- I have been using PhpStorm for a long time, almost 8 years. Since 2012 to be more precise. It was the third edition at that time. A lot happened during that time and a lot of changes took place. certainly. You learn a lot every day. This article is a summary of my 8 years of experience with PhpStorm.
- phpstorm 5761 2020-02-24 13:51:46
-
- Optimize phpstorm running lag problem
- phpstorm is developed using JAVA. Since the IDE provides the source file keyword rendering function, any editing of the file or the movement of the mouse will trigger the rendering operation. The default JAVA environment of phpstorm does not use the machine's hardware acceleration technology to achieve real-time rendering, so of course the system will freeze.
- phpstorm 7162 2020-01-14 16:21:17
-
- How to refactor your code using phpStorm
- Refactoring code is an important aspect of building and maintaining software, and refactoring covers a range of different techniques, including moving, extracting, copying, deleting, and renaming. PhpStorm's refactoring functionality (included in the core package) supports all of these features.
- phpstorm 4952 2020-01-13 15:53:11
-
- phpstorm set background image
- Setting up phpstorm to set a background image is very simple. Press shift twice (or Ctrl + shift + A) and enter the Set Background Image command; click to enter, select the image, set the background, and click OK.
- phpstorm 10892 2020-01-10 16:15:34
-
- How to implement split-screen display in phpstorm?
- Select [Window]—>[Editor Tabs]—>[Split Vertically] or [Split Horizontally] in phpstorm.
- phpstorm 5219 2020-01-09 15:33:51
-
- How to format an array in phpstorm
- Use phpstorm to open File ==> Settings ==> Code Style ==> PHP; find the Array initializer under Wraping and Braces; set it up, click Apply to apply.
- phpstorm 4465 2020-01-08 15:51:14
-
- How to associate phpstorm with git
- First, you need to install git locally; File -> Seetings, then Version Control, then Git; select the locally installed git location, and click Test. A successful pop-up will indicate that the binding is complete.
- phpstorm 4684 2020-01-07 16:06:27
-
- How to install the IdeaVim plug-in in PhpStorm
- Click "File>Settings>Plugins" in the upper left corner of PhpStorm, click the "Browse JetBrains Plugins" button at the bottom of the dialog box, enter "IdeaVim" in the search box above, and click "Install" after searching.
- phpstorm 4103 2020-01-06 15:10:54
-
- How to configure phpStorm to automatically check the code with PHP_CodeSniffer
- Composer installs PHP_CodeSniffer: composer global require "squizlabs/php_codesniffer=*"; find the phpcs file and remember it; add the execution path to the environment variable vim ~/.bashrc.
- phpstorm 4834 2020-01-04 14:30:55
-
- 2020 phpstorm activation code (latest) including activation steps
- Today, many students reported that the Phpstorm activation code in 2019 has expired. The editor is sending the latest Phpstorm activation code in 2020 for learning and use!
- phpstorm 121407 2020-01-10 10:04:46
-
- PhpStorm Debug settings
- Enable xdebug in the php environment; go to php.ini to view the xdebug configuration information; configure debug settings in PhpStorm, Language & Frameworks > PHP > Debug (select the check box and remove it, the port defaults to 9000).
- phpstorm 4753 2020-01-03 14:17:00