Skip to content

Commit

Permalink
Why not.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Sep 29, 2024
1 parent 8397a64 commit 643206f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to Autocomplete WordPress Hooks
# Contributing to this extension

Code contributions, bug reports, and feedback are very welcome. These should be submitted through [the GitHub repository](https://github.com/wp-hooks/vscode-wordpress-hooks).

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-wordpress-hooks",
"displayName": "WordPress Hooks IntelliSense",
"displayName": "Hooks IntelliSense for WordPress",
"description": "IntelliSense and autocompletion for WordPress hooks, actions, and filters",
"version": "1.4.0",
"license": "GPL-3.0-or-later",
Expand Down Expand Up @@ -40,7 +40,7 @@
"contributes": {
"configuration": [
{
"title": "WordPress Hooks IntelliSense",
"title": "Hooks IntelliSense for WordPress",
"properties": {
"vscode-wordpress-hooks.docBlocks.enable": {
"type": "boolean",
Expand Down
7 changes: 3 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WordPress Hooks Intellisense for VS Code
# Hooks IntelliSense for WordPress

This extension provides intellisense and autocomplete for WordPress hooks, actions, and filters.
This VS Code extension provides IntelliSense and autocomplete for WordPress hooks, actions, and filters.

* Autocomplete for action and filter names
- Supports all actions and filters up to WordPress 6.6
Expand All @@ -11,7 +11,6 @@ This extension provides intellisense and autocomplete for WordPress hooks, actio
* Hover information on action and filter names
- Includes a useful link to the developer.wordpress.org documentation site


## 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:
Expand Down Expand Up @@ -51,7 +50,7 @@ Place your cursor within the first parameter of one of the supported functions,

### Can I disable or adjust the type declarations / type hints / docblock?

Yes, open the preferences for VS Code and go to the **Extensions -> WordPress Hooks Intellisense** section.
Yes, open the preferences for VS Code and go to the **Extensions -> Hooks IntelliSense for WordPress** section.

### Where does the list of hook names come from?

Expand Down

0 comments on commit 643206f

Please sign in to comment.