Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssigwart/vscode-php-extra-completions
This package adds additional completions to the PHP Intelephense extension. It is not created by the same author as PHP Intelephense.
https://github.com/ssigwart/vscode-php-extra-completions
Last synced: about 1 month ago
JSON representation
This package adds additional completions to the PHP Intelephense extension. It is not created by the same author as PHP Intelephense.
- Host: GitHub
- URL: https://github.com/ssigwart/vscode-php-extra-completions
- Owner: ssigwart
- License: mit
- Created: 2021-11-23T03:35:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T18:07:06.000Z (about 1 year ago)
- Last Synced: 2023-11-12T19:23:28.618Z (about 1 year ago)
- Language: TypeScript
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
This package adds additional completions to the PHP Intelephense extension.
It is not created by the same author as PHP Intelephense.
I will try to remove features as they are added to official PHP Intelephense extension.## Features
- `$_SERVER` completions (see https://github.com/bmewburn/vscode-intelephense/issues/435).
- PHPDoc function argument completions (see https://github.com/bmewburn/vscode-intelephense/issues/706).