Symfony2 tools for atom editor. Depends on atom-autocomplete-php
Note : This package is in its early stage, feel free to help or to report issues
# Features
- Autocomplete on service names in .xml files and .yml files
- Autocomplete on class names in .xml files and .yml files
- Services completion in symfony2 controllers (or everywhere you're using the container)
You must have a fully working atom-autocomplete-php configuration
- Relative path to console : Insert here, a coma separated list of all your path to console in your projects. By default in Symfony2, it's
app/console