-
Notifications
You must be signed in to change notification settings - Fork 437
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: # Context: We want to set up Rename Symbols into few steps: 1. Enable textDocument/rename 2. Create constructs for Rename request/params/response/etc 3. Add logic to wrap references into rename response (test by hooking up references from Glean) 4. Add alternative methods to finding local references 5. Merge references from both local and global. These stack of diffs will address 1~3. # This Diff: Step 2: Create dataclasses to represent rename related data and add a new Rename method DaemonQueriers. Reviewed By: NgaiJustin Differential Revision: D47958509 fbshipit-source-id: 26041679f5a7609ae8747a0ee30217c69620a075
- Loading branch information
1 parent
f42ad4d
commit d2140d4
Showing
3 changed files
with
88 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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