autoDocstring icon indicating copy to clipboard operation
autoDocstring copied to clipboard

VSCode auto closing quotes duplicates the auto closing behavior of the extension

Open ccrvlh opened this issue 4 years ago • 3 comments

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.

ccrvlh avatar Aug 28 '21 21:08 ccrvlh

I have the same issue

ale94mleon avatar Oct 13 '21 11:10 ale94mleon

Same issue over here (OS: Windows)

PaulusPietsma avatar Oct 15 '21 18:10 PaulusPietsma

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.

ale94mleon avatar Oct 15 '21 18:10 ale94mleon