feature: Add space after auto-completing "from" and "import" words on import lines. #6616
wbender-wurl
started this conversation in
Enhancement
Replies: 1 comment
-
Thanks for the suggestion. Transferring to a discussion item for up votes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Frequently I will type and accept auto-completions when importing modules and expect something like this
Above is very natural feeling if intellisense adds a space when it makes sense after import and from.
But what ends up happening in vsocde-python
I realize some people have the muscle memory of typing space after completing from and import and some do not. This might be better off as a toggle-able setting.
Beta Was this translation helpful? Give feedback.
All reactions