We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see autocompletes of More-Python-Completions package after fifth typing character, not after first character.
I see autocompletes of More-Python-Completions after first character:
I see More-Python-Completions autocomplete variants, if I type 5 characters:
I reproduce the problem in a version of Sublime Text without plugins and user settings.
I create and open file Example.py and write in it i-array.
Example.py
i-array
If More-Python-Completions enable for me, I get actual behavior.
If More-Python-Completions disable for me, I get expected behavior.
Operating system and version: Windows 10 Enterprise LTSB 64-bit EN Sublime Text: Build 3126 Python: 3.6.0
Thanks.
The text was updated successfully, but these errors were encountered:
@tushortz , any ideas?
Sorry, something went wrong.
No branches or pull requests
1. Summary
I see autocompletes of More-Python-Completions package after fifth typing character, not after first character.
2. Expected behavior
I see autocompletes of More-Python-Completions after first character:
3. Actual behavior
I see More-Python-Completions autocomplete variants, if I type 5 characters:
4. Steps to reproduce
I reproduce the problem in a version of Sublime Text without plugins and user settings.
I create and open file
Example.py
and write in iti-array
.If More-Python-Completions enable for me, I get actual behavior.
If More-Python-Completions disable for me, I get expected behavior.
5. Environment
Operating system and version:
Windows 10 Enterprise LTSB 64-bit EN
Sublime Text:
Build 3126
Python:
3.6.0
Thanks.
The text was updated successfully, but these errors were encountered: