autoDocstring
autoDocstring copied to clipboard
VSCode auto closing quotes duplicates the auto closing behavior of the extension
Describe the bug
Right after righting a function and writing """ the triple double quotes, VSCode automatically closes them. If I press enter to auto generate the doctoring, the closing triple double quotes are duplicated.
Versions (please complete the following information):
- autoDocstring Version: 0.5.4
- Operating System: macOS 11.5.2
- Vscode Version: 1.59.0
Original Code (with line to generate on):
def anyfunc():
""" # at this moment, VSCode already filled the other triple double quotes.
Additional context Maybe there could be an option to disable quote automatically closing.
I have the same issue
Same issue over here (OS: Windows)
I just restart my computer and now it is working. Really strange 🤦. But of course, this is not a solution... But at least now is working pretty fine.