Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abandonware question #807

Open
thwaller opened this issue Mar 11, 2021 · 5 comments
Open

Abandonware question #807

thwaller opened this issue Mar 11, 2021 · 5 comments

Comments

@thwaller
Copy link

It seems that many users of this extension have reported issues and tried pull requests that have gone ignored for some years now. I cannot speak for all, but the php-language-server will not even run anymore on VSCode Insiders 1.55, March 2021.

Assuming this project is simply no longer maintained, has anyone done a fork to keep this current, or aware of any good alternatives?

I use the PHP IntelliSense extension, which is where I have use of this repo. Given that there are 5 million+ users, I assume someone has noticed the issues and found some sort of solution?

@m50
Copy link

m50 commented Mar 17, 2021

If it truly is abandonware, there is the closed source Intelephense: https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client

I have had much better experience with it personally, as well.

@thwaller
Copy link
Author

Shocking to me that an extension with such a large user base would just die off, but it has become unusable. I noticed that extension, but was reluctant as it is a freemium product and closed as you mentioned. I might give it a go.

@kczx3
Copy link

kczx3 commented Mar 24, 2021

Intelephense may be freemium but the free version is quite comphrensive in my opinion. And the premium version is $10 for LIFE which is really quite reasonable these days I think.

@lumnn
Copy link

lumnn commented Apr 30, 2021

For those looking for an open-source PHP LSP solution there is phpactor, which works great for me.

I can't tell though how good it is in vscode, as I'm not using it there. I'm only aware that there is not published extension available here https://github.com/phpactor/vscode-phpactor

@apfelchips
Copy link

apfelchips commented Apr 30, 2021

I've had some success using serenata and Sublime-LSP on Windows since phpactor doesn't support Windows path URIs yet, see: phpactor/phpactor#564 (comment)

     {
        "serenata":
        {
            "enabled": false,
            "command": [
                "php",
                "-d",
                "memory_limit=1024M",
                "${packages}/User/serenata.phar",
                "--uri=tcp://127.0.0.1:4538"
            ],
            "tcp_port": 4538,
            "languageId": "php",
            "scopes": ["source.php", "embedding.php"],
            "syntaxes": ["Packages/PHP/PHP.sublime-syntax"]
        },

I've put the serenata.phar inside my Sublime Text Settings User folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants