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
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
When writing a docstring for a function, lines often end with a period. This can be very frustrating to write in VSCode, because when you type a period and press enter, it tries to autocomplete instead of putting a new line in, as if you are writing code and not text.
Note that this only occurs when the string is open -- not when there are closing quotes.
Here's an example:
The best solution would be to disable autocomplete or Intellisense entirely when typing within a string, even if that string has not yet been closed.