Home  >  Article  >  Backend Development  >  Editor - How to turn Atom into a PHP IDE?

Editor - How to turn Atom into a PHP IDE?

PHP中文网
PHP中文网Original
2016-09-19 09:16:444593browse

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.

Reply content:

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.

  1. linter-php Check for grammatical errors

  2. Autocomplete-php automatic completion

  3. 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)!


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn