theia
theia copied to clipboard
search-in-workspace: add support for multi-line searches
Feature Description:
The goal is to add support for multi-line searches in the search-in-workspace view.
The changes likely include:
- updating the
inputto atextarea - passing the proper options to
ripgrep
vscode above - theia below:

How to test:
- search the following in the
search-in-workspaceview:
export const GettingStartedCommand = {
id: GettingStartedWidget.ID,
label: GettingStartedWidget.LABEL
};