felixfbecker / php-language-server

PHP Implementation of the VS Code Language Server Protocol 🆚↔🖥
ISC License
1.16k stars 185 forks source link

Plugin Not Starting? - Help me please #830

Open nshiell opened 2 years ago

nshiell commented 2 years ago

I have just installed PHP IntelliSense v2.3.14 on VSCodium (AppImage build) for Kubuntu 21.04 On the system $PATH is PHP 7.4.16

When I load up a Symfony project or any other PHP project When I try and go to a definition I see a tooltip saying : No definition found When I go to Runtime Status I see Not yet activated.

What am I not doing right?

dnsl48 commented 2 years ago

Looks like this project is long gone. It's not gonna work with php > 7.1.

Here's a fork that seems to be working with php >= 7.4: https://github.com/zobo/vscode-php-intellisense