php-language-server
PHP Implementation of the VS Code Language Server Protocol 🆚↔🖥 (by felixfbecker)
haxe-language-server
Language Server Protocol implementation for the Haxe language (by vshaxe)
php-language-server | haxe-language-server | |
---|---|---|
4 | 1 | |
1,174 | 111 | |
0.3% | 1.8% | |
0.0 | 6.9 | |
over 2 years ago | about 1 month ago | |
PHP | Haxe | |
ISC License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
php-language-server
Posts with mentions or reviews of php-language-server.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-19.
- What would be better VS Code or PHP Storm?
-
PHP LSP and autocompleting in Kate text editor
I don't do much PHP, but searching "PHP LSP" gave this as the first result: https://github.com/felixfbecker/php-language-server
-
anyone got a lsp setup with php?
FWIW I played with https://github.com/felixfbecker/php-language-server once and it performed poorly with a large code base -- indexing took ages, and it couldn't handle some large (machine-generated) files at all (literally refused to index files above a certain size, and when I removed that limit it took about 45 minutes to do it). My TAGS file takes a few seconds to build, so if you only need indexing I'd just use https://ctags.io/.
-
How to use (and contribute) to neovim's built-in language server client and nvim-lspconfig
but as many people working in a lot of things I have no time to try to configure https://github.com/felixfbecker/php-language-server with nvim-lsp
haxe-language-server
Posts with mentions or reviews of haxe-language-server.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Any Heaps/Haxe users here that can help?
Trying to setup Haxe in neovim and I've managed to get treesitter and null-ls to work, but I'm having trouble setting up haxe-language-server.
What are some alternatives?
When comparing php-language-server and haxe-language-server you can also consider the following projects:
vim-lsp-settings - Auto configurations for Language Server for vim-lsp
PowerShellEditorServices - A common platform for PowerShell development support in any editor or application!
erlang_ls - The Erlang Language Server
monaco-languageclient - Repo hosts npm packages for monaco-languageclient, vscode-ws-jsonrpc, monaco-editor-wrapper, @typefox/monaco-editor-react and monaco-languageclient-examples
python-language-server - Microsoft Language Server for Python
vshaxe - Haxe Support for Visual Studio Code