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

    Module @theia/markers


    theia-ext-logo

    ECLIPSE THEIA - MARKERS EXTENSION


    The @theia/markers adds support for file markers (diagnostic markers (errors, warnings, infos, hint)) for a given file. The extension contributes, the following:

    • problems view: a dedicated view to viewing diagnostic markers contributed by language-servers, linters, task problem matchers for the workspace
    • marker decoration: ability to decorate different components of the application based on markers (ex: file explorer)

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

    Modules

    browser
    browser/marker-manager
    browser/marker-tree
    browser/marker-tree-label-provider
    browser/marker-tree-model
    browser/problem/problem-composite-tree-node
    browser/problem/problem-container
    browser/problem/problem-contribution
    browser/problem/problem-decorations-provider
    browser/problem/problem-decorator
    browser/problem/problem-frontend-module
    browser/problem/problem-layout-migrations
    browser/problem/problem-manager
    browser/problem/problem-selection
    browser/problem/problem-tabbar-decorator
    browser/problem/problem-tree-model
    browser/problem/problem-utils
    browser/problem/problem-widget
    browser/problem/problem-widget-tab-bar-decorator
    common/marker
    common/problem-marker
    common/problem-preferences
    node/problem-backend-module