auto complete suggestion takes almost 6 seconds [Performance]
See original GitHub issueAuto complete suggestion takes almost 6 seconds to appear in a file com 900 lines
Environment data
VS Code version: 1.19.1 Python Extension version: 0.9.1 Python Version: 3.5 OS and version: Manjaro “updated”
Actual behavior
auto complete takes 6 seconds to appear
Expected behavior
appear instantaneously
Steps to reproduce:
Logs
Output from Python
output panel
Output from Console window
(Help->Developer Tools menu)
workbench.main.js:140176 [Extension Host] debugger inspector at %cDebugger listening on port 9334.
Warning: This is an experimental feature and could change at any time.
To start debugging, open the following URL in Chrome:
chrome-devtools://devtools/bundled/inspector.html?experiments=true&v8only=true&ws=127.0.0.1:9334/d2af9450-6983-4e59-8a41-0ac4a7f5dbd8
workbench.main.js:18913 [Extension Host] (node:16144) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
9 UX Best Practice Design Patterns for Autocomplete ...
Amazon's mobile site presents a manageable list of 6 autocomplete suggestions that also happen to fit within the default viewport.
Read more >Latency when accepting auto-completion : JBR-2475 - YouTrack
When accepting auto-completion suggestions, there is around 0.5-1.0 seconds of latency before the completion appears in the editor and highlighting is ...
Read more >Android Studio extremely slow with autocompletion, code ...
opening a new file, it takes like 10-20+ seconds for the IDE to "color up" the ... the time it takes for autocomplete...
Read more >A Complete Guide for Lighting Fast Autocomplete Search ...
1. Speed — Very low response time ~100ms. 2. Ranking — Due to the limited real estate, only 6–10 suggestion can be shown....
Read more >How Google autocomplete works in Search
Autocomplete is a feature within Google Search designed to make it faster to complete searches that you're beginning to type.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No delay with VS engine. Comparable to PyCharm.
You may be interested in https://github.com/Microsoft/vscode-python/projects/7#card-8587079 then 😃