Open
Conversation
c8ac4f7 to
8df4206
Compare
50543d0 to
a0ab11c
Compare
1544894 to
6e98dc1
Compare
12b448f to
815230e
Compare
4b1ba05 to
01691cf
Compare
66c5707 to
16661bb
Compare
16661bb to
7ff4021
Compare
7ff4021 to
a19cec6
Compare
a41568a to
c93621a
Compare
3bdfe50 to
6b9acfe
Compare
0357144 to
643ffcc
Compare
2f9f721 to
4443b25
Compare
Contributor
|
does this fix #1071 since files are more eagerly analyzed? |
Member
475412e to
480cd03
Compare
480cd03 to
b3ec6a1
Compare
b3ec6a1 to
41dcce4
Compare
Techatrix
added a commit
that referenced
this pull request
Feb 15, 2026
When requesting references on a file that is within a build system module, the search will be constrained within the given module. This does not account for references across modules (or projects) which may be implemented in the future. When the file is not part of a build system module, the search will be across all files that are loaded by ZLS. With workspace symbols (#2339) all files in workspace folders will be loaded. Files that never (transitively) import the target symbol file will be filtered out so this isn't necessarily as slow as it may sound like.
Techatrix
added a commit
that referenced
this pull request
Feb 15, 2026
When requesting references on a file that is within a build system module, the search will be constrained within the given module. This does not account for references across modules (or projects) which may be implemented in the future. When the file is not part of a build system module, the search will be across all files that are loaded by ZLS. With workspace symbols (#2339) all files in workspace folders will be loaded. Files that never (transitively) import the target symbol file will be filtered out so this isn't necessarily as slow as it may sound like.
ba1b5f8 to
7eeccc7
Compare
Co-Authored-By: Techatrix <techatrix@mailbox.org>
7eeccc7 to
37b8d88
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supersedes #1876.