Interface IGotoLocationOptions
Expand description
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§
§
alternative Declaration Command?: string§alternative Definition Command?: string§alternative Implementation Command?: string§alternative Reference Command?: string§alternative Tests Command?: string§alternative Type Definition Command?: string§multiple?: GoToLocationValues§multiple Declarations?: GoToLocationValues§multiple Definitions?: GoToLocationValues§multiple Implementations?: GoToLocationValues§multiple References?: GoToLocationValues§multiple Tests?: GoToLocationValues§multiple Type Definitions?: GoToLocationValues
Configuration options for go to location