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

Support Multi Editor/Model Highlighting #196024

Merged
merged 6 commits into from
Oct 24, 2023
Merged

Conversation

Yoyokrazy
Copy link
Contributor

@Yoyokrazy Yoyokrazy commented Oct 19, 2023

Fixes: #30014, #184259

New generic approach to highlighting occurrences across open editors.

Introduced the new setting editor.multiDocumentOccurrencesHighlight to control the behavior for this feature.

@Yoyokrazy Yoyokrazy added this to the October 2023 milestone Oct 19, 2023
@Yoyokrazy Yoyokrazy self-assigned this Oct 19, 2023
@Yoyokrazy Yoyokrazy marked this pull request as ready for review October 19, 2023 23:41
jrieken
jrieken previously approved these changes Oct 23, 2023
@Yoyokrazy Yoyokrazy enabled auto-merge (squash) October 24, 2023 04:25
@Yoyokrazy Yoyokrazy merged commit 7dff078 into main Oct 24, 2023
6 checks passed
@Yoyokrazy Yoyokrazy deleted the milively/multi-doc-highlight branch October 24, 2023 04:27
Alex0007 pushed a commit to Alex0007/vscode that referenced this pull request Oct 26, 2023
* support multi-editor highlighting

* Add experimental multi-document occurrences highlighting option

* highlight accross notebook cells even without multi-doc setting

* otherModels helper + ResourceMap + fixed removeDecorations

* combine textual to just `TextualOccurenceRequest`

* fix aggressive dispose/decoration clearing, introduce query interface
@github-actions github-actions bot locked and limited conversation to collaborators Dec 8, 2023
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.

Highlight selected text is not applied to all opened files
4 participants