microsoft / vscode-github-issue-notebooks

GitHub Issues Notebooks for VS Code
MIT License
219 stars 25 forks source link

Repo IntelliSense weirdness #39

Open miguelsolorio opened 4 years ago

miguelsolorio commented 4 years ago

First, I noticed that when I type "repo" and hit enter on intellisense, the suggestions doesn't come up because there is no : so i have to manually add it. it then takes a few seconds for the suggestions to come up, but as I type to filter the list it's not update properly and at some point it goes away after I am done and comes back seconds later. Lots of weirdness, not sure if this is related to recent SSO sign on for GH.

Kapture 2020-06-04 at 10 09 08

jrieken commented 4 years ago

There is little that I can do. Fetching repos from GH is surprisingly hard and slow so that these kind of completions are fetch as you type, e.g whenever you type a longer prefix we use that prefix to query GH. That takes its time...

miguelsolorio commented 4 years ago

Not sure if showing the Loading... item while we fetch would help here because when there is no indication it feels like it's broken.

jrieken commented 4 years ago

Yeah, I actually don't know why we don't show it. It must be because IntelliSense was triggered implicitly, e.g by just typing a word, and not via ctrl+space.