Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dajoha/lapce-php-intelephense
Lapce plugin for the Php language.
https://github.com/dajoha/lapce-php-intelephense
Last synced: 5 days ago
JSON representation
Lapce plugin for the Php language.
- Host: GitHub
- URL: https://github.com/dajoha/lapce-php-intelephense
- Owner: dajoha
- License: apache-2.0
- Created: 2022-12-13T05:33:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T21:38:55.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T16:52:54.665Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 774 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lapce-php-intelephense
Lapce plugin for the Php language.
## Prerequisites
Install [Intelephense](https://github.com/bmewburn/intelephense-docs/blob/master/installation.md),
typically by running:```sh
$ npm i intelephense -g
```## Settings
### Settings: Intelephense server path
By default, the Intelephense server path is `/usr/bin/intelephense`. To ensure where Intelephense is
actually installed, you can run in a terminal:```sh
$ whereis intelephense
```In order to change this setting you can also edit the Lapce `settings.toml` file manually by adding:
```toml
[lapce-php-intelephense]
"lsp.serverPath" = "/absolute/path/to/intelephense/binary"
```### Settings: licence key
If you have an Intelephense licence key, you can enter it in the plugin settings. Reload the plugin to make it
effective.In order to change this setting you can also edit the Lapce `settings.toml` file manually by adding:
```toml
[lapce-php-intelephense]
licenceKey = "YOUR_LICENCE_KEY"
```