Skip to content

Commit 643206f

Browse files
committed
Why not.
1 parent 8397a64 commit 643206f

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to Autocomplete WordPress Hooks
1+
# Contributing to this extension
22

33
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).
44

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-wordpress-hooks",
3-
"displayName": "WordPress Hooks IntelliSense",
3+
"displayName": "Hooks IntelliSense for WordPress",
44
"description": "IntelliSense and autocompletion for WordPress hooks, actions, and filters",
55
"version": "1.4.0",
66
"license": "GPL-3.0-or-later",
@@ -40,7 +40,7 @@
4040
"contributes": {
4141
"configuration": [
4242
{
43-
"title": "WordPress Hooks IntelliSense",
43+
"title": "Hooks IntelliSense for WordPress",
4444
"properties": {
4545
"vscode-wordpress-hooks.docBlocks.enable": {
4646
"type": "boolean",

readme.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# WordPress Hooks Intellisense for VS Code
1+
# Hooks IntelliSense for WordPress
22

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

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

14-
1514
## Usage
1615

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

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

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

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

0 commit comments

Comments
 (0)