Skip to content

Commit 4ed5292

Browse files
committed
Update repository URLs to phpantom_vsix in docs and config
1 parent 339cd56 commit 4ed5292

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ PHP language support for Visual Studio Code powered by [PHPantom](https://github
44

55
## Features
66

7-
![PHPantom showing hover and completion on a Laravel query](https://raw.githubusercontent.com/PHPantom-dev/vscode-phpantom/main/assets/hover-compleation.png)
8-
97
- **Code completion.** Type-aware suggestions for symbols, keywords, and members with automatic use declaration insertion.
108
- **Signature help.** Parameter hints for constructors, methods, and functions.
119
- **Navigation.** Go to definition, type definition, implementation, find all references, and rename.
@@ -20,6 +18,8 @@ PHP language support for Visual Studio Code powered by [PHPantom](https://github
2018
- **Document links** for include/require paths.
2119
- **Deep type intelligence.** Generics (`@template`), PHPStan/Psalm annotations, and framework-aware analysis including Laravel Eloquent.
2220

21+
![PHPantom showing hover and completion on a Laravel query](https://raw.githubusercontent.com/PHPantom-dev/phpantom_vsix/master/assets/hover-compleation.png)
22+
2323
## Quick Start
2424

2525
1. Disable the built-in VS Code PHP Language Features.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/PHPantom-dev/phpantom_lsp.git",
17-
"directory": "vscode-phpantom"
16+
"url": "https://github.com/PHPantom-dev/phpantom_vsix.git"
1817
},
1918
"bugs": {
20-
"url": "https://github.com/PHPantom-dev/phpantom_lsp/issues"
19+
"url": "https://github.com/PHPantom-dev/phpantom_vsix/issues"
2120
},
22-
"homepage": "https://github.com/PHPantom-dev/phpantom_lsp#readme",
21+
"homepage": "https://github.com/PHPantom-dev/phpantom_vsix#readme",
2322
"engines": {
2423
"vscode": "^1.88.0"
2524
},

0 commit comments

Comments
 (0)