Interface IGotoLocationOptions

Expand description

Configuration options for go to location

interface IGotoLocationOptions {
    alternativeDeclarationCommand?: string;
    alternativeDefinitionCommand?: string;
    alternativeImplementationCommand?: string;
    alternativeReferenceCommand?: string;
    alternativeTestsCommand?: string;
    alternativeTypeDefinitionCommand?: string;
    multiple?: GoToLocationValues;
    multipleDeclarations?: GoToLocationValues;
    multipleDefinitions?: GoToLocationValues;
    multipleImplementations?: GoToLocationValues;
    multipleReferences?: GoToLocationValues;
    multipleTests?: GoToLocationValues;
    multipleTypeDefinitions?: GoToLocationValues;
}

Properties§

§alternativeDeclarationCommand?: string
§alternativeDefinitionCommand?: string
§alternativeImplementationCommand?: string
§alternativeReferenceCommand?: string
§alternativeTestsCommand?: string
§alternativeTypeDefinitionCommand?: string
§multiple?: GoToLocationValues
§multipleDeclarations?: GoToLocationValues
§multipleDefinitions?: GoToLocationValues
§multipleImplementations?: GoToLocationValues
§multipleReferences?: GoToLocationValues
§multipleTests?: GoToLocationValues
§multipleTypeDefinitions?: GoToLocationValues