laravel-dev-tools
Developer tools for easier Laravel development (Blade lsp) (by haringsrob)
neotest
An extensible framework for interacting with tests within NeoVim. (by nvim-neotest)
laravel-dev-tools | neotest | |
---|---|---|
4 | 24 | |
99 | 2,831 | |
- | 1.1% | |
4.7 | 7.6 | |
over 1 year ago | 11 days ago | |
PHP | Lua | |
Apache License 2.0 | 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.
laravel-dev-tools
Posts with mentions or reviews of laravel-dev-tools.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-14.
-
Is anyone using VIM full-time for PHP/Laravel projects?
In addition to that I use and somewhat maintain a blade language server https://github.com/haringsrob/laravel-dev-tools that gives me some useful blade autocomplete as well.
- Blade LSP
-
Working on improved LSP tooling for Laravel blade bringing intellisense to all editors!
Already shared some earlier developments I did by making a blade specific LSP: https://github.com/haringsrob/laravel-dev-tools
-
Releasing Laravel dev tools
You can give it a try with the instructions here: https://github.com/haringsrob/laravel-dev-tools
neotest
Posts with mentions or reviews of neotest.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-04-04.
-
Pytest for Neovim
Nice. Might be good to add to the README what you intend to improve on: https://github.com/nvim-neotest/neotest?tab=readme-ov-file
-
My Flow and Productivity has Improved with the Simplicity of Neovim
What developer flow is complete without a unit test runner? For that work, I rely on Neotest. Neotest launches a Neovim buffer that sits on the side of my terminal. I don't have to pop up the summary. I can trigger Neotest in the background, get some notifications, and then move on. It also feels just like the other buffers I've mentioned above that can slide in and out as I need them.
-
Am I this bad?
My first neovim plugin project was to write an adapter (runner) for neotest, for a language that I use regularly and which was missing from the existing adapters.
- Alternative for running tests
-
Problem with running code
There's overseer.nvim to run all sorts of things and neotest to run tests. In general, you can check awesome-neovim or TWiN to look for plugins.
-
JetBrains Leavers
Here's some things that may help: - https://github.com/mfussenegger/nvim-dap + dap ui - https://github.com/nvim-neotest/neotest
-
Setting up neovim for python code development (tips wanted)
I use neotest to run tests (with pytest).
-
Is anyone using VIM full-time for PHP/Laravel projects?
For testing I use https://github.com/nvim-neotest/neotest which gives a nice outline.
-
neotest-haskell version 0.6.0 released - now with support for both tasty and hspec
For those who don't know it, it's an adapter for neotest, a Neovim plugin that
-
Creating diagnostic entries from test output
You might look at how Neotest handles this, or even see if you can use/contribute to that project directly. It already has support for a fair number of languages at varying levels of maturity.
What are some alternatives?
When comparing laravel-dev-tools and neotest you can also consider the following projects:
nvim-ide - VIM on steroids
overseer.nvim - A task runner and job management plugin for Neovim
Phpactor - Mainly a PHP Language Server with more features than you can shake a stick at
vim-test - Run your tests at the speed of thought
copilot.vim - Neovim plugin for GitHub Copilot
nvim-coverage - Displays test coverage data in the sign column