Skip to content
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

Add Rename UI #4277

Merged
merged 15 commits into from
Sep 20, 2019
Merged

Add Rename UI #4277

merged 15 commits into from
Sep 20, 2019

Conversation

Colengms
Copy link
Collaborator

No description provided.

Extension/src/LanguageServer/references.ts Outdated Show resolved Hide resolved
Extension/src/LanguageServer/references.ts Outdated Show resolved Hide resolved

this.disposables.push(vscode.languages.registerReferenceProvider(documentSelector, new FindAllReferencesProvider(this)));

class RenameProvider implements vscode.RenameProvider {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Put RenameProvider in different file?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All of these providers need to be in their own files. I'd like to do that in a subsequent PR, after Insiders.

@@ -574,6 +598,128 @@ export class DefaultClient implements Client {
}
}
this.disposables.push(vscode.languages.registerWorkspaceSymbolProvider(new WorkspaceSymbolProvider(this)));

class FindAllReferencesProvider implements vscode.ReferenceProvider {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Put FindAllReferencesProvider in different file?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above. The other 3 as well. But, there are some complications I'd like to address after Insiders.

Extension/src/LanguageServer/references.ts Show resolved Hide resolved
Extension/src/LanguageServer/renameDataProvider.ts Outdated Show resolved Hide resolved
Extension/src/LanguageServer/renameDataProvider.ts Outdated Show resolved Hide resolved
@Colengms Colengms merged commit 1f22ea7 into master Sep 20, 2019
@Colengms Colengms deleted the coleng/rename_ui branch September 20, 2019 00:55
@github-actions github-actions bot locked and limited conversation to collaborators Oct 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants