-
-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Plugin does not seem to support the new syntax for generic functions introduced in Python 3.12. See examples.
Settings
No custom settings.
To Reproduce
Steps to reproduce the behavior:
- Open a new Python buffer and insert the following snippet:
def f[T](x: T) -> None: pass
- Move cursor to
fand use the Ex command:DogeGenerate
Nothing happens.
Expected behavior
Docstring to be generated.
Output of ./bin/vim-doge-helper --version
vim-doge-helper 4.7.0
Output of vim --version
NVIM v0.11.6
Build type: Release
LuaJIT 2.1.1741730670
Run "nvim -V1 -v" for more info
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working