theia icon indicating copy to clipboard operation
theia copied to clipboard

search-in-workspace: add support for multi-line searches

Open vince-fugnitto opened this issue 3 years ago • 0 comments

Feature Description:

The goal is to add support for multi-line searches in the search-in-workspace view. The changes likely include:

  • updating the input to a textarea
  • passing the proper options to ripgrep

vscode above - theia below:

Screen Shot 2022-09-09 at 12 45 16 PM

How to test:

  1. search the following in the search-in-workspace view:
export const GettingStartedCommand = {
    id: GettingStartedWidget.ID,
    label: GettingStartedWidget.LABEL
};

vince-fugnitto avatar Sep 09 '22 16:09 vince-fugnitto