vim-doge icon indicating copy to clipboard operation
vim-doge copied to clipboard

(Do)cumentation (Ge)nerator for nearly 20 languages 📚 Generate proper code documentation with a single keypress. ⚡️🔥

Results 29 vim-doge issues
Sort by recently updated
recently updated
newest added

**Documentation standard** [Sphinx with type hints](https://pypi.org/project/sphinx-autodoc-typehints/) [Original Sphinx](https://sphinx-rtd-tutorial.readthedocs.io/en/latest/docstrings.html) (for reference) **How popular is the doc standard?** - [ ] Not popular at all - [ ] Some people use it...

Since the [v3.12.0 release](https://github.com/kkoomen/vim-doge/releases/tag/v3.12.0) the windows build has been removed due to node-gyp building issues. Potential cause(s): - https://github.com/nodejs/node-gyp/issues/2627

improvement

**Documentation standard** **How popular is the doc standard?** - [ ] Not popular at all - [ ] Some people use it - [ ] Quite a lot of people...

feature

**Describe the bug** When attempting to install using the vim-plug instructions in the doc: `Plug 'kkoomen/vim-doge', { 'do': { -> doge#install()}}` I get an error in the output when vim-plug...

bug

**Documentation standard** Listed [here](https://www.doxygen.nl/manual/docblocks.html) as one of the options. Basically use `///` instead of `/* */` Example ``` /// @brief Some function /// /// @param some_param Description ``` **How popular...

feature

**Describe the bug** This plugin has worked very well until this morning, now whenever I run `:DogeGenerate` i get the following: ``` [DoGe] python parser failed [Doge] Exception: Vim(return):E474: Unidentified...

bug

**Is your feature request related to a problem? Please describe.** [vim-markdown](https://github.com/tpope/vim-markdown) supports fenced language blocks. vim-doge currently relies on `&filetype` to match a generator. It'd be nice if it could...

feature

**Describe the bug** Pressing `u` in normal mode after generating the documentation will reset the cursor position to the top of the file. I've only tested this with typescript files....

bug

**Describe the bug** The generated Python docstring for a function, using Numpy style, provokes warnings from pylint. Specifically, from pylint's pylint.extensions.docparams plugin. It is a great plugin since it will...

bug