prodoc.nvim
a neovim comment and annotation plugin using coroutine (by glepnir)
neogen
A better annotation generator. Supports multiple languages and annotation conventions. (by danymat)
prodoc.nvim | neogen | |
---|---|---|
1 | 20 | |
47 | 1,458 | |
- | 3.6% | |
0.0 | 6.6 | |
over 2 years ago | about 1 month ago | |
Lua | Lua | |
MIT License | GNU General Public License v3.0 only |
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.
prodoc.nvim
Posts with mentions or reviews of prodoc.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-01-20.
neogen
Posts with mentions or reviews of neogen.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-06-30.
-
Customizing Your Lazyvim Setup for Personal Preferences
danymat/neogen
-
vim-doge v4: The Rust Rewrite
For any Neovim users, I highly recommend danymat/neogen. It's fast, works with Neovim's treesitter integration, and is written with Lua so scripting and extending it is pretty easy. Python support in particular is great.
- What plugin do you use for comment code?
-
LSP [clangd] not showing comment of my class function in C++
I use LunarVim (I hope it isn't a problem) and TSInsalled clangd, I also added Neogen plugin
-
Is this Lua function type comment generated by some tool?
There is neogen for generating the boilerplate automatically for not just Lua but also other languages with this kind of integration like Javascript (jsdocs)
-
Code documentation plugin?
Neogen might be what you want. But also note that some language servers help via auto completion when you start writing a doc comment, e.g. Scala metals will insert the function parameters in to the comment for you
-
Luasnips are fun!
PS: I use neogen.
-
Looking for plugin:Treesitter plugin for function description
I think you mean https://github.com/danymat/neogen/
-
luasnip with jsdoc like in the luasnip features video
Well, I jsdoc and similar types of comments have a lot of things to consider so I suggest you to use a separate plugin: https://github.com/danymat/neogen
- How do y'all add jsdoc-like comments in neovim?
What are some alternatives?
When comparing prodoc.nvim and neogen you can also consider the following projects:
comment-box.nvim - :sparkles: Clarify and beautify your comments and plain text files using boxes and lines.
vim-doge - (Do)cumentation (Ge)nerator for nearly 20 languages 📚 Generate proper code documentation with a single keypress. ⚡️🔥
neodev.nvim - 💻 Neovim setup for init.lua and plugin development with full signature help, docs and completion for the nvim lua API.
Comment.nvim - :brain: :muscle: // Smart and powerful comment plugin for neovim. Supports treesitter, dot repeat, left-right/up-down motions, hooks, and more
tsdoc - A doc comment standard for TypeScript