Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muath-ye/vscode-composer-intelephense
https://marketplace.visualstudio.com/items?itemName=muath-ye.composer-Intelephense
https://github.com/muath-ye/vscode-composer-intelephense
Last synced: 6 days ago
JSON representation
https://marketplace.visualstudio.com/items?itemName=muath-ye.composer-Intelephense
- Host: GitHub
- URL: https://github.com/muath-ye/vscode-composer-intelephense
- Owner: muath-ye
- License: mit
- Created: 2022-08-17T07:52:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T05:25:19.000Z (5 months ago)
- Last Synced: 2024-07-01T06:57:07.812Z (5 months ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=muath-ye.composer-Intelephense
- Size: 1.03 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VSCode Composer Intelephense
This [Visual Studio Code](https://code.visualstudio.com/) plugin offers Intelephense for the PHP dependency manager [Composer](https://getcomposer.org/).
Currently installed Composer package hint
![hint](images/composer-hint.png)Real autocomplete
![Autocomplete](images/autocomplete.gif)Hover a package to get more info
![Autocomplete](images/hover-package-for-info.png)## Features
- Autocomplete dependency names based on [Packagist](https://packagist.org/)
- Display currently installed package version next to package entry (on document save)
- Hover over package names to get insights about the installed package
- Hover over package names to get the latest available package versions## Planned Features
- Command to install / update dependencies inline
## Requirements
You should have [Composer](https://getcomposer.org/) installed. But the plugin is actually not relying on it.
## Installation
- Open VS Code and click on Extensions Icon in the Activity Bar.
- Type:```bat
muath-ye.vscode-composer-Intelephense
```- Install the Extension Pack.
## Credit
This is a fork from [vscode-composer-intellisense](https://github.com/kainiklas/vscode-composer-intellisense)