vscode-wordpress-hooks

Autocomplete provider for WordPress action and filter names


Keywords
wordpress, php, autocomplete, hooks, actions, filters, vscode
License
CNRI-Python-GPL-Compatible
Install
npm install vscode-wordpress-hooks@0.0.4

Documentation

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:

Screenshot

Autocomplete is also provided for the callback function, to save you keystrokes:

Screenshot

Screenshot

License

This extension is free and open source software. It's licensed under the GPLv3.

Thanks