atom-wordpress-api
atom-wordpress-api copied to clipboard
WordPress API support for Atom (https://atom.io/)
[Enter steps to reproduce below:] 1. Open a Wordpress php file. 2. Change the syntax to WordPress. **Atom Version**: 1.12.5 **Electron Version**: 1.3.9 **System**: Windows 7 **Thrown From**: Atom Core...
just wondering
I've added the wordpress-api to Atom and have a .php file open that I created for a plugin and I have yet to see any auto-complete. Am I missing something?
Hi guys, i love this package, but if is activated, writing PHP code with Atom goes very slow... (1-2 sec. delay) ..do you know this issue? Thanks in advance!
Even on the latest version of Autocomplete Plus, using this extension causes editing PHP files to be almost impossible due to the lag it creates. There's an [open issue about...
Is it possible to add placeholder arguments similar to the Coda 2 & ST3 packages, for instance ``` php get_theme_mod( $name, $default ); ```