Skip to content

Instantly share code, notes, and snippets.

@thamaraiselvam
Last active November 9, 2018 21:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thamaraiselvam/c73374becb4b3b5b65edee802eda8237 to your computer and use it in GitHub Desktop.
Save thamaraiselvam/c73374becb4b3b5b65edee802eda8237 to your computer and use it in GitHub Desktop.
Setting up Atom with WordPress and useful PHP packages
Base
Install atom here https://atom.io/
Install atom-ide-ui and ide-php packages to make atom to Atom PHP IDE
Theme
I love Monokai theme its really good in both sublime and atom
Go to install themes -> monokai -> install
Go to installed themes -> UI theme -> One Dark -> Syntax theme -> Monokai
Packages
aligner-php - https://github.com/adrianlee44/atom-aligner-php
aligner - https://github.com/adrianlee44/atom-aligner
autocomplete-php - https://github.com/Peekmo/atom-autocomplete-php // This one is best auto complete syntax with arguments
project-manager - https://github.com/danielbrodin/atom-project-manager
minimap - https://github.com/atom-minimap/minimap
php-debug - https://github.com/gwomacks/php-debug //Works with xdebug
platformio-atom-ide-terminal - https://github.com/platformio/platformio-atom-ide-terminal // terminal inside atom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment