-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
Implement completion for associated items #801
Conversation
987bc7a
to
8e88cc6
Compare
3d24b62
to
00451f8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM modulo couple of nits!
00451f8
to
140d8a9
Compare
140d8a9
to
7e8527f
Compare
Addressed the nits. |
bors r+ Thanks! |
By the way, do you use |
Weird, I found it hangs for tens of seconds to minutes when typing code, but maybe I'm doing something wrong. |
Build succeeded |
That's definitely not supposed to happen! On my machine, it needs a couple of seconds to do the first completion/symbol search (to populate caches), but after that it is more or less instantaneous for all operations. Some troubleshooting questions:
|
Linux x64, latest version of everything, release build. But never mind, I can't reproduce it after fully restarting VS Code (not just reloading the window). |
Fixes #747.
r? @matklad