How to use @theia/outline-view - 1 common examples

To help you get started, we’ve selected a few @theia/outline-view examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github eclipse-theia / theia / packages / monaco / src / browser / monaco-outline-contribution.ts View on Github external
export function is(node: TreeNode): node is MonacoOutlineSymbolInformationNode {
        return OutlineSymbolInformationNode.is(node) && 'uri' in node && 'range' in node;
    }
    export function insert(nodes: MonacoOutlineSymbolInformationNode[], node: MonacoOutlineSymbolInformationNode): void {

@theia/outline-view

Theia - Outline View Extension

EPL-2.0
Latest version published 20 days ago

Package Health Score

87 / 100
Full package analysis