php-language-server
PHP Implementation of the VS Code Language Server Protocol 🆚↔🖥 (by felixfbecker)
flutter-tools.nvim
Tools to help create flutter apps in neovim using the native lsp (by nvim-flutter)
php-language-server | flutter-tools.nvim | |
---|---|---|
4 | 24 | |
1,174 | 1,250 | |
0.3% | 1.8% | |
0.0 | 8.3 | |
over 2 years ago | 2 months ago | |
PHP | Lua | |
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
flutter-tools.nvim
Posts with mentions or reviews of flutter-tools.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-09.
-
Flutter Android setup on Arch Linux
To install follow the instructions here: And you should be good to go!
-
Hassle free flutter Development in Hyprland with Neovim
flutter-tools - https://github.com/nvim-flutter/flutter-tools.nvim
- My Dashboard / Theme setup
-
flutter plugin
https://github.com/akinsho/flutter-tools.nvim Use through code action
- How to configure neovim for flutter?
-
nvim-cmp + coc.nvim?
• first is DAP, it breaks the app, I don’t think dap breakpoints work as well • second is running code actions from outline window https://github.com/akinsho/flutter-tools.nvim/issues/244 (I just discovered I can run from code with lsp bug code actions, so this is trivial)
-
With LSP, how do you add a custom server?
have you tried this plugin?
-
What code editor do you use for Flutter?
This will get you most of the way there.
-
How to make flutter-tools work on LazyVim?
Long time lurker, first time poster here. First off, I am still in the process migrating to Nvim from VSCode, so sorry if my question is noobish. I'm trying to use nvim for Flutter development with the help of the flutter-tools plugin. I managed to get it working when using my own config with Packer.
-
Anybody able to install Dart / Flutter LSP in AstroNvim ?
if you already have flutter installed in your system then you should already have dartls. I find that using this plugin works and there is no need to configure it in lspconfig
What are some alternatives?
When comparing php-language-server and flutter-tools.nvim you can also consider the following projects:
vim-lsp-settings - Auto configurations for Language Server for vim-lsp
neovim - Vim-fork focused on extensibility and usability
erlang_ls - The Erlang Language Server
coc-flutter - flutter support for (Neo)vim
python-language-server - Microsoft Language Server for Python
LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.