-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
"find all references" previously highlighted "find all references" word remains highlighted #17346
Comments
@gujiman can you help confirm above gif represents what you are describing? Are you saying that in step 5, cc @roblourens it looks like that the search sidebar is not cleaned even though that it's hidden before we run |
@roblourens just wondering why the issue was closed. I have sent the following screenshot which shows the bug (which seems that the highlighted keyword from the the previous "find all references" result "a()" does not go away when doing a "find all references" for "b()"): |
@gujiman no worries. it' a valid issue about Find all reference. |
Sorry for closing it, I misread |
no probs. Brilliant software by the way |
@gujiman excellent finding actually, it's a bug in the reference widget. I like your reproduce steps. |
#- VSCode Version: 1.8.0
Steps to Reproduce:
File 1:
function a(){
return 1;
}
b();
File 2:
function b(){
return 1;
}
a();
The text was updated successfully, but these errors were encountered: