forked from elixir-lsp/elixir-ls
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Poc rename symbol tg #1
Open
timgent
wants to merge
11
commits into
master
Choose a base branch
from
poc_rename_symbol_tg
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Feb 11, 2022
-
POC for "rename" functionality
LSPs can offer a rename capability to rename a "symbol" across a workspace. We're not there yet, but this is a starting point. In VS Code it can be used by right clicking a symbol (currently variable or call to local function) and selecting "Rename symbol". A dialog should pop up asking for a new name. Official spec: https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_rename
Configuration menu - View commit details
-
Copy full SHA for 8945480 - Browse repository at this point
Copy the full SHA 8945480View commit details
Commits on Oct 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2e76985 - Browse repository at this point
Copy the full SHA 2e76985View commit details
Commits on Oct 21, 2022
-
Simplify tests with rename_example
- Make rename_example a `.ex` file so we can later test multi-file refactors - Simplify rename_example to make it easier to follow - Extract some common patterns out in the tests
Configuration menu - View commit details
-
Copy full SHA for 1daf1c8 - Browse repository at this point
Copy the full SHA 1daf1c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 987456e - Browse repository at this point
Copy the full SHA 987456eView commit details
Commits on Nov 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4171632 - Browse repository at this point
Copy the full SHA 4171632View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0df0996 - Browse repository at this point
Copy the full SHA 0df0996View commit details
Commits on Nov 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 42c4d30 - Browse repository at this point
Copy the full SHA 42c4d30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 716de9d - Browse repository at this point
Copy the full SHA 716de9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for faf8d25 - Browse repository at this point
Copy the full SHA faf8d25View commit details
Commits on Nov 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fab2032 - Browse repository at this point
Copy the full SHA fab2032View commit details -
Configuration menu - View commit details
-
Copy full SHA for 532bf88 - Browse repository at this point
Copy the full SHA 532bf88View commit details
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.