Skip to content

Conversation

@Colengms
Copy link
Contributor

No description provided.


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
Contributor 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.

}
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
Contributor 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.

@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