Skip to content

A complete configuration to make Emacs your favorite IDE when working on Symfony or any PHP project

License

Notifications You must be signed in to change notification settings

seblegall/emacs-symfony2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emacs for Symfony2

Working with the Symfony2 framework is great. Unless you loose to much time to find your PHP files and change folder by clicking on this very little "+" that allows you to see the folder tree... Choose the best editor. Choose Emacs.

Here is my Emacs configuration to use with all kind of PHP project and specially with Symfony2 based project.

Installation

  • Clone this repository to where ever you want.
git clone <repository-url>
  • Then, just run install.sh
cd emacs-symfony2
./install.sh

Emacs configuration

Here is the main package and configuration set in this Emacs config :

Project Management

Syntax Highlighting

  • JSON
  • JS
  • PHP
  • HTML
  • CSS
  • Twig
  • Yaml
  • XML
  • SASS

Developement tools

Debugging

  • Flymake for css, json, php, sass, shell, yaml

Auto-complete

  • JS
  • PHP
  • CSS
  • HTML / Twig

Snippet

  • PHP
  • JS
  • HTML

Identation

  • PHP
  • JS
  • HTML / Twig
  • CSS / SASS

Documentation / dict

  • PHP
  • Jquery

Testing

Versionning

  • Git intégration
  • Git blame tool

Theming

  • atom-one-dark

About

A complete configuration to make Emacs your favorite IDE when working on Symfony or any PHP project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published