You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,25 @@ Pydocstring is a generator for Python docstrings and is capable of automatically
10
10
This plugin is heavily inspired by [phpdoc.vim](http://www.vim.org/scripts/script.php?script_id=1355) and [sonictemplate.vim](https://github.com/mattn/sonictemplate-vim).
11
11
12
12
Usage
13
+
-----
13
14
14
15
1. Move your cursor on a `def` or `class` keyword line,
15
16
1. type `:Pydocstring` or enter `<C-l>` (default keymapping) and
16
17
1. watch a docstring template magically appear below the current line
0 commit comments