anaconda_php
Anaconda.PHP adds PHP linting, PHP code standards checking and complexity/messing detector that will never freeze your Sublime Text 3
Details
Installs
- Total 18K
- Win 12K
- Mac 3K
- Linux 3K
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | 1 | 0 | 1 | 0 | 1 | 1 | 1 | 0 | 2 | 0 | 1 | 1 | 0 | 4 | 4 | 3 | 0 | 3 | 3 | 0 | 1 | 2 | 0 | 0 | 0 | 5 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 2 |
Readme
- Source
- raw.githubusercontent.com
AnacondaPHP
Anaconda.PHP adds PHP linting, PHP code standards checking and complexity/messing detector and copy & paste code blocks detector for your Sublime Text 3 that uses anaconda's engine so it does not freezes your Sublime Text 3 ever.
Supported Platforms
AnacondaPHP has been tested in OS X and GNU/Linux with excelent results although the plugin is not in a mature state yet and more development and tests is required. The current status in the different platforms is:
- GNU/Linux: stable
- OS X: stable
- Windows: stable
Dependencies
- Anaconda plugin for Sublime Text 3
- PHP Interpreter
Installation
If Anaconda is not already installed you should install it using the Command Palette
, if it is already installed, just skip to the next section
Install Anaconda plugin
- Show the Command Palette (
cmd+shift+p
on OS X orctrl+shift+p
on Linux/Windows) - Type
install
, then selectPackage Control: Install package
from the list of options - Type
anaconda
and press enter
Install PHP
If you have PHP already installed in your system, just go forward to the next section.
There is too many ways to install php in different operating systems, is already installed in OS X and in the majority of the mainstream GNU/Linux distributions, please, refer to the PHP Documentation site to get details about how to install PHP in your operating system.
Install AnacondaPHP plugin
- Show the Command Palette (
cmd+shift+p
on OS X orctrl+shift+p
on Linux/Windows) - Type
install
, then selectPackage Control: Install package
from the list of options - Type
anaconda_php
and press enter
And we are done
Wait, all the others plugins to lint php code require to install PEAR and a couple of command line applications in manual way, does not anaconda_php require them?
Yes, it does, but everything is already built inside the plugin so you don't need to bother about install anything yourself. You are welcome :)
Does AnacondaPHP autocomplete PHP code?
No it doesn't. Unfortunately there is no PHP autocompletion libraries (as the awesome Jedi that Anaconda uses for Python autocompletion), the only thing that I know that can be used to autocomplete PHP is Exuberant CTags, there is already a plugin to use CTags in Sublime Text, you can found it here
How I configure the plugin?
Please, refer to the Configuration file it's all well documented.