Theia API Documentation v1.65.0
    Preparing search index...

    Module @theia/search-in-workspace


    theia-ext-logo

    ECLIPSE THEIA - SEARCH-IN-WORKSPACE EXTENSION


    The @theia/search-in-workspace extension provides the ability to perform searches over all files in a given workspace using different search techniques.

    The @theia/search-in-workspace extension contributes the Search widget which is capable of performing different types of searches include the possibility to:

    • Perform standard searches
    • Perform searches using regular expressions
    • Perform searches within an include list (search for specific types of files (ex: *.ts))
    • Perform searches excluding files or directories (using exclude)
    • Perform searches ignoring hidden or excluded files/folders
    • Perform search and replace (to quickly update multiple occurrences of a search term)

    "Theia" is a trademark of the Eclipse Foundation https://www.eclipse.org/theia

    Modules

    browser-only/browser-only-search-in-workspace-service
    browser-only/browser-search-in-workspace-server
    browser-only/search-in-workspace-frontend-only-module
    browser/components/search-in-workspace-input
    browser/components/search-in-workspace-textarea
    browser/search-in-workspace-context-key-service
    browser/search-in-workspace-factory
    browser/search-in-workspace-frontend-contribution
    browser/search-in-workspace-frontend-module
    browser/search-in-workspace-label-provider
    browser/search-in-workspace-result-tree-widget
    browser/search-in-workspace-service
    browser/search-in-workspace-widget
    browser/search-layout-migrations
    common/search-in-workspace-interface
    common/search-in-workspace-preferences
    node/ripgrep-search-in-workspace-server
    node/search-in-workspace-backend-module