Editor - How to turn Atom into a PHP IDE?
How to achieve it? How does Atom implement similar functions to PHPStorm? For example, project function jumps, breakpoint debugging, code style rearrangement, etc.
Atom is a text editor. I usually use it to write documents or modify small parts of code. Open the IDE or phpstorm. It is the strongest in the industry, no one.
linter-php Check for grammatical errors
Autocomplete-php automatic completion
Goto class function variable jump cmd+r symbol search OK
phpstorm is very easy to use, why bother, download xampp on mac, download wamp server on windows , and then configure it and it’s OK. Atom is more suitable for writing javascript and front-end development
Just abandon atom and embrace phpstorm. You will give up on atom in the end anyway.
sublime php is enough,
editplus has been very useful for three years
If you need various code formatting and automatic prompt tools, it is recommended to use sublime, which has many mature plug-ins, I have installed atom, php related There are not as many plug-ins as subliem text
The above is the editor - how to build Atom into a PHP IDE? For more related content, please pay attention to the PHP Chinese website (www.php.cn)!