neogen
neogen copied to clipboard
A better annotation generator. Supports multiple languages and annotation conventions.
I'm using reST docstrings for Python and then generating documentation via Sphinx. Say I have this function: ```python def test(a: int) -> int: if a == 0: raise Exception return...
I`m very appreciate you share this plugin, it help me so much. But there some configure about js/ts is not conform to my custom. This is my configure: ``` lua...
please add supporting dart language...
Creates a new generate() type, `any`, which contextually adds an annotation by whichever matching type is first found in the tree around the cursor. So, if your cursor is in...
HI, Thank you for the plugin. it has a bad behaviour with python/reST/function. The first param placeholder is OK but the following are set to description : ``` def test_tutu(...
Slowly figuring out how to add julia support, currently just for functions and structs as that is all i know how to do, but eventually maybe macro docs... todos: -...
Sometimes the source material for a generated annotation might be changed after the annotation has been generated. In these cases, it would be very useful to have a command (`neogen.sync()`?)...
Hi, great plugin that has little to be desired. One question though, and maybe I am probably missing something, but i don't seem to understand why when not specifying arguments...
vim-doge doesn't need to specify the type to annotate. Could we have similar features?
When specifying `snippet_engine = "luasnip"`, the annotation is not indented. I have not tested this in other languages but is currently broken in python. With `snippet_engine = "luasnip"` With `snippet_engine...