feat: improve laravel macro rename and references#242
Merged
Conversation
calebdw
force-pushed
the
calebdw/push-ynqwrmkxlmko
branch
from
July 17, 2026 15:23
4317d55 to
ba7d28a
Compare
Treat Laravel macro registration strings as first-class rename and
reference targets so edits propagate between ::macro('name', ...)
and matching call sites, including collection-style fluent chains.
Land macro go-to-definition on the macro name itself, index
member-access names for cheaper workspace scans, and warm workspace
symbol maps in the background so repeated rename and reference
requests avoid reparsing unopened files.
calebdw
force-pushed
the
calebdw/push-ynqwrmkxlmko
branch
from
July 17, 2026 15:43
ba7d28a to
35797b5
Compare
|
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
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.
Treat Laravel macro registration strings as first-class rename and reference targets so edits propagate between ::macro('name', ...) and matching call sites, including collection-style fluent chains. Land macro go-to-definition on the macro name itself, index member-access names for cheaper workspace scans, and warm workspace symbol maps in the background so repeated rename and reference requests avoid reparsing unopened files.