<link rel="stylesheet" href="/_merged_assets/_static/search/noscript.css">
Atom Community Logo Atom Community API Getting Started Toggle darkmode

Call Hierarchy GitHub

Show function call hierarchy in atom-ide-outline

Double-click the function name to go to the definition.

screenshot of call hierarchy feature

API

CallHierarchy

Properties

data

CallHierarchyItem[]

type

T

Methods

itemAt

Parameters

i
number

Returns

Promise<CallHierarchy>

CallHierarchyItem

Properties

detail

(optional)
string

icon

(optional)
string

name

string

path

string

range

Range

selectionRange

Range

tags

[]

CallHierarchyProvider

Properties

grammarScopes

readonly string[]

name

string

priority

number

Methods

getIncomingCallHierarchy

Parameters

editor
TextEditor
point
Point

Returns

Promise<null|CallHierarchy<>>

getOutgoingCallHierarchy

Parameters

editor
TextEditor
point
Point

Returns

Promise<null|CallHierarchy<>>

CallHierarchyType

SymbolTagKind