vscode-wordpress-hooks
v0.0.4
Published
Autocomplete provider for WordPress action and filter names
Downloads
15
Maintainers
Readme
WordPress Hook Autocompletion for VS Code
This extension adds autocomplete support for WordPress action and filter names.
Usage
Start typing the name of a WordPress action or filter within add_action()
or add_filter()
and you'll get an autocomplete list of all matching actions or filters, plus information about the parameters and usage:
Autocomplete is also provided for the callback function, to save you keystrokes:
License
This extension is free and open source software. It's licensed under the GPLv3.
Thanks
- This extension uses the wp-hooks library as the hook information provider.
- This extension uses some code inspired by the Autocomplete WordPress Hooks extension for Atom.