plugins.neogen.keymaps.generate
The only function required to use Neogen.
It’ll try to find the first parent that matches a certain type.
For example, if you are inside a function, and called generate({ type = "func" })
,
Neogen will go until the start of the function and start annotating for you.
Type: null or string
Default:
null
Declared by:
plugins.neogen.keymaps.generateClass
Generates annotation for class.
Type: null or string
Default:
null
Declared by:
plugins.neogen.keymaps.generateFile
Generates annotation for file.
Type: null or string
Default:
null
Declared by:
plugins.neogen.keymaps.generateFunction
Generates annotation for function.
Type: null or string
Default:
null
Declared by:
plugins.neogen.keymaps.generateType
Generates annotation for type.
Type: null or string
Default:
null
Declared by: