How to implement it? How does Atom implement functions similar to PHPStorm? For example, Project function jump, breakpoint debugging, and code style rescheduling.
Editor-how to make Atom a php ide?
How to implement it? How does Atom implement functions similar to PHPStorm? For example, Project function jump, breakpoint debugging, and code style rescheduling.
Reply content:
Atom is a text editor. I generally use it to write documents or modify a small part of the code. open quick ide or phpstorm. it is one of the strongest in the industry.
Linter-php check syntax error
Autocomplete-php auto-completion
Goto class function variables jump to cmd + r symbol search. okay.
Phpstorm is easy to use. why bother? download xampp on mac, download wamp server on windows, and then configure it. Atom is more suitable for writing javascript and front-end development.
Abandon atom and embrace phpstorm. In the end, you will give up atom.
Sublime php is enough,
Editplus is easy to use in three years
If you need a variety of code formatting and automatic prompt tools, we suggest using sublime. There are many mature plug-ins on it. I installed atom, and php-related plug-ins are not as many as subliem text.
The above is the editor-how to make Atom a php ide? For more information, see The PHP Chinese website (www.php1.cn )!