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 search for output rich content in notebooks #173978

Merged
merged 53 commits into from
Mar 17, 2023

Conversation

andreamah
Copy link
Contributor

Fixes #164926

@andreamah andreamah changed the title Add search for output rich content Add search for output rich content in notebooks Mar 8, 2023
@andreamah andreamah marked this pull request as ready for review March 8, 2023 22:18
@VSCodeTriageBot VSCodeTriageBot added this to the March 2023 milestone Mar 8, 2023
src/vs/workbench/contrib/search/browser/searchWidget.ts Outdated Show resolved Hide resolved
src/vs/workbench/contrib/search/browser/searchWidget.ts Outdated Show resolved Hide resolved
}

export interface INotebookPatternInfo {
isNotebookMarkdownInput?: boolean;
Copy link
Member

Choose a reason for hiding this comment

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

I don't understand the names, is it like isNotebookMarkdownInputEnabled?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I changed the naming, but yes, it's whether we search the notebook's cell source on markdown cells.

Copy link
Member

@rebornix rebornix left a comment

Choose a reason for hiding this comment

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

Like the idea of reusing the view for NotebookFindFilter. Now we can move the visibility control out of NotebookFindWidget and have it only in the SearchInput.

rebornix
rebornix previously approved these changes Mar 16, 2023
Copy link
Member

@rebornix rebornix left a comment

Choose a reason for hiding this comment

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

@andreamah thank you for making the change in notebook land minimal. Great work!

@andreamah andreamah merged commit 2c8cfa7 into main Mar 17, 2023
@andreamah andreamah deleted the andreamah/notebook-rich-content-output branch March 17, 2023 18:29
@github-actions github-actions bot locked and limited conversation to collaborators May 1, 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.

Create options for performing global search that includes rendered and outputted notebook content
4 participants