popfix VS nvim-code-action-menu

Compare popfix vs nvim-code-action-menu and see what are their differences.

popfix

Neovim lua API for highly extensible popup window (by RishabhRD)

nvim-code-action-menu

Pop-up menu for code actions to show meta-information and diff preview (by weilbith)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
popfix nvim-code-action-menu
3 8
84 591
- -
0.0 0.0
almost 2 years ago 5 months ago
Lua Lua
- 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.

popfix

Posts with mentions or reviews of popfix. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-11.
  • Can I use nvim-cmp to select code actions?
    7 projects | /r/neovim | 11 Nov 2021
    Managing popups only using the built-in nvim API is actually bothersome: it's not simple, one needs to deal with creation, interruption, auto-hiding, etc. That's why there are some UI plugins like [popup.nvim](nvim-lua/popup.nvim) (will be merged to upstream when ready), plenary.nvim or popfix. In short, you'll need a plugin.
  • Neovim popups
    3 projects | /r/neovim | 15 Oct 2021
    Thanks, I also found https://github.com/RishabhRD/popfix but it seems to lack the most basic thing. In the meantime I'm trying to implement it myself.

nvim-code-action-menu

Posts with mentions or reviews of nvim-code-action-menu. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-02.
  • what neovim configuration is this?
    4 projects | /r/neovim | 2 May 2023
    I believe this is the plugin, as i also use it
  • Is there anyway to expose the undocumented TSServer commands to native LSP code action menu?
    2 projects | /r/neovim | 11 Dec 2022
    Is there a way to expose the extra commands therein through the native LSP code action experience or with an alternative code action UI like code-action-menu?
  • Can I use nvim-cmp to select code actions?
    7 projects | /r/neovim | 11 Nov 2021
    https://github.com/weilbith/nvim-code-action-menu looks cool, but it does far too much... diffs?!
  • nvim-lspconfig error 'method textDocument/codeAction is not supported'
    1 project | /r/neovim | 28 Oct 2021
    there's a bug in nvim-lightbulb (I've commonly seen problems with using ipairs on the list of LSP clients)
  • Lspsaga alternative
    6 projects | /r/neovim | 23 Oct 2021
    I recently switched from Telescope for code actions to NeoVim Code Action Menu and I recommend it. I especially appreciate the built-in diff.
  • lsp-saga alternatives
    4 projects | /r/neovim | 7 Oct 2021
    some plugins you might wanna look into: https://github.com/RishabhRD/nvim-lsputils https://github.com/weilbith/nvim-code-action-menu
  • Pop-up menu for code actions to show meta-information and diff preview
    3 projects | /r/neovim | 28 Sep 2021
    I like to recommend my new plugin nvim-code-action-menu. I actually have this already for several months and use it every day. But I was always too busy (or rather too lazy) to wrap it up and write some docs etc. Anyway I decided to just "release" it now with the disclaimer of being beta and missing some docs. Though it should work quite well without effort out of the box. I would be happy to get feedback from you how well it works with other language servers. I strongly sticked to the Language Server Protocol specification and have good experience with the rust analyzer, tsserver and pylsp. The probably most useful feature is the diff preview for actions with a (workspace) edit. But it is also the part of the plugin I'm the least proud of the code. So if other plugin developers want to help here and improve it, I'm glad to receive pull requests and review them.

What are some alternatives?

When comparing popfix and nvim-code-action-menu you can also consider the following projects:

plenary.nvim - plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice.

nvim-lsputils - Better defaults for nvim-lsp actions

popui.nvim - NeoVim UI sweetness.

nv-ide - Neovim custom configuration, oriented for full stack developers (Ruby on Rails, ruby, php, html, css, SCSS, javascript)

nui.nvim - UI Component Library for Neovim.

LunarVim - A Neovim config made with sane defaults

packer.nvim - A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config

lspactions - handlers for required lsp actions

navigator.lua - Code analysis & navigation plugin for Neovim. Navigate codes like a breeze🎐 Exploring LSP and 🌲Treesitter symbols a piece of 🍰 Take control like a boss 🦍

goto-preview - A small Neovim plugin for previewing definitions using floating windows.