-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtype_hint_interface.sublime-completions
42 lines (41 loc) · 3.21 KB
/
type_hint_interface.sublime-completions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
// scope:
//
// source.php comment.block
// source.php meta.class entity.other.inherited-class
// source.php meta.class meta.function.return-type
// source.php meta.function.arguments
// blacklist:
// variable.other
// variable.parameter
// source.php meta.interface entity.other.inherited-class
// source.php meta.use
"scope": "source.php comment.block, source.php meta.class entity.other.inherited-class, source.php meta.class meta.function.return-type, source.php meta.function.arguments - variable.other - variable.parameter, source.php meta.interface entity.other.inherited-class, source.php meta.use",
"completions": [
{"trigger":"ArrayAccess","kind":["type","i","Interface"],"annotation":"Core Interface"},
{"trigger":"BackedEnum","kind":["type","i","Interface"],"annotation":"Core Interface"},
{"trigger":"Countable","kind":["type","i","Interface"],"annotation":"Core Interface"},
{"trigger":"DOMChildNode","kind":["type","i","Interface"],"annotation":"dom Interface"},
{"trigger":"DOMParentNode","kind":["type","i","Interface"],"annotation":"dom Interface"},
{"trigger":"DateTimeInterface","kind":["type","i","Interface"],"annotation":"date Interface"},
{"trigger":"Iterator","kind":["type","i","Interface"],"annotation":"Core Interface"},
{"trigger":"IteratorAggregate","kind":["type","i","Interface"],"annotation":"Core Interface"},
{"trigger":"JsonSerializable","kind":["type","i","Interface"],"annotation":"json Interface"},
{"trigger":"OuterIterator","kind":["type","i","Interface"],"annotation":"SPL Interface"},
{"trigger":"Random_CryptoSafeEngine","contents":"\\Random\\CryptoSafeEngine","kind":["type","i","Interface"],"annotation":"random Interface"},
{"trigger":"Random_Engine","contents":"\\Random\\Engine","kind":["type","i","Interface"],"annotation":"random Interface"},
{"trigger":"RecursiveIterator","kind":["type","i","Interface"],"annotation":"SPL Interface"},
{"trigger":"Reflector","kind":["type","i","Interface"],"annotation":"Reflection Interface"},
{"trigger":"SeekableIterator","kind":["type","i","Interface"],"annotation":"SPL Interface"},
{"trigger":"Serializable","kind":["type","i","Interface"],"annotation":"Core Interface"},
{"trigger":"SessionHandlerInterface","kind":["type","i","Interface"],"annotation":"session Interface"},
{"trigger":"SessionIdInterface","kind":["type","i","Interface"],"annotation":"session Interface"},
{"trigger":"SessionUpdateTimestampHandlerInterface","kind":["type","i","Interface"],"annotation":"session Interface"},
{"trigger":"SplObserver","kind":["type","i","Interface"],"annotation":"SPL Interface"},
{"trigger":"SplSubject","kind":["type","i","Interface"],"annotation":"SPL Interface"},
{"trigger":"Stringable","kind":["type","i","Interface"],"annotation":"Core Interface"},
{"trigger":"Throwable","kind":["type","i","Interface"],"annotation":"Core Interface"},
{"trigger":"Traversable","kind":["type","i","Interface"],"annotation":"Core Interface"},
{"trigger":"UnitEnum","kind":["type","i","Interface"],"annotation":"Core Interface"}
]
}