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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,15 @@ There isn't a key command to start this plugin, it is triggerg by hitting **ente
19
19
20
20
Known Issues
21
21
------------
22
-
-Doesn't detect if a docstring is already closed
22
+
-Only detects closed docstring if it is on a line of the same indentation, and has no text in front of it. Single Line docstrings are converted to block
23
23
- Doesn't process module or class variables
24
24
25
25
Roadmap
26
26
-------
27
27
- Determine / Guess at variable and return value types
28
28
-`Raises` section of documentation
29
29
-`Decorators` section of documentation
30
-
- Better README
31
30
- Extended Python syntax with docstring keyword highlighting
0 commit comments