Environment data
VS Code version: 1.18.0
Python Extension version:
Python Version: 0.8.0
OS and version: Ubuntu 16.04 based Linux and Windows 10
Actual behavior
vscode tries to provide auto complete suggestions inside python strings every time period is pressed. This doesn't happen in c/c++ files, don't know about other file types. Also comments doesn't seem to be affected.
Settings tweaks tested with no effect:
"editor.quickSuggestions": {"other": false, "comments": false, "strings": false}
"editor.wordBasedSuggestions": false
Period triggered suggestions are pretty messed up in general, e.g. typing 1. results in suggestion list and, if, in, is, not, or. Very useful.
Expected behavior
Strings shouldn't be treated as code in general. Let me write docstrings in peace.
Steps to reproduce:
- Create new file
- Select language mode: Python
- Type
".
Logs
Nothing related.
Environment data
VS Code version: 1.18.0
Python Extension version:
Python Version: 0.8.0
OS and version: Ubuntu 16.04 based Linux and Windows 10
Actual behavior
vscode tries to provide auto complete suggestions inside python strings every time period is pressed. This doesn't happen in
c/c++files, don't know about other file types. Also comments doesn't seem to be affected.Settings tweaks tested with no effect:
"editor.quickSuggestions": {"other": false, "comments": false, "strings": false}"editor.wordBasedSuggestions": falsePeriod triggered suggestions are pretty messed up in general, e.g. typing
1.results in suggestion listand, if, in, is, not, or. Very useful.Expected behavior
Strings shouldn't be treated as code in general. Let me write docstrings in peace.
Steps to reproduce:
".Logs
Nothing related.