@absolunet/ioc2.1.0

View on GitHub

IdeLink

IDE link enum.

Extends

Members

ATOM :string

Source:
Atom link.

EMACS :string

Source:
Emacs link.

ESPRESSO :string

Source:
Espresso link.

IDEA :string

Source:
IDEA link.

MACVIM :string

Source:
Mac VIM link.

PHPSTORM :string

Source:
PHPStorm link.

SUBLIME :string

Source:
Sublime link.

TEXTMATE :string

Source:
TextMate link.

VSCODE :string

Source:
VS Code link.

Methods

get(search)

Source:
Inherited From:
Get value by key.
Parameters:
Name Type Description
search string The searched key.
Returns:
The retrieved value.
Type
*

getKey(search)

Source:
Inherited From:
Get key by value.
Parameters:
Name Type Description
search * The searched value.
Returns:
The retrieved key.
Type
string | null

keys()

Source:
Inherited From:
Get enumeration keys.
Returns:
The enumeration keys.
Type
Array.<string>

values()

Source:
Inherited From:
Get enumeration values.
Returns:
The enumeration values.
Type
Array.<*>

entries()

Source:
Inherited From:
Get enumeration entries.
Returns:
The enumeration entries.
Type
Array.<Array.<*>>