1- {
2- "scope" : " source.js" ,
3- "completions" : [
4- [
5- " reduceRight( callbackfn: Function, initialValue?: any ): any\t Array" ,
6- " reduceRight(${1:callbackfn: Function}, ${2:initialValue?: any})"
7- ],
8- [
9- " splice( start: int, deleteCount: int, items...: any ): Array\t Array" ,
10- " splice(${1:start: int}, ${2:deleteCount: int}, ${3:items...: any})"
11- ],
12- [
13- " reduce( callbackfn: Function, initialValue?: any ): any\t Array" ,
14- " reduce(${1:callbackfn: Function}, ${2:initialValue?: any})"
15- ],
16- [
17- " lastIndexOf( searchElement: any, fromIndex?: int ): int\t Array" ,
18- " lastIndexOf(${1:searchElement: any}, ${2:fromIndex?: int})"
19- ],
20- [
21- " forEach( callbackfn: Function, thisArg?: any ): Array\t Array" ,
22- " forEach(${1:callbackfn: Function}, ${2:thisArg?: any})"
23- ],
24- [
25- " filter( callbackfn: Function, thisArg?: any ): Array\t Array" ,
26- " filter(${1:callbackfn: Function}, ${2:thisArg?: any})"
27- ],
28- [
29- " every( callbackfn: Function, thisArg?: any ): Array\t Array" ,
30- " every(${1:callbackfn: Function}, ${2:thisArg?: any})"
31- ],
32- [
33- " indexOf( searchElement: any, fromIndex?: int ): int\t Array" ,
34- " indexOf(${1:searchElement: any}, ${2:fromIndex?: int})"
35- ],
36- [
37- " some( callbackfn: Function, thisArg?: any ): Array\t Array" ,
38- " some(${1:callbackfn: Function}, ${2:thisArg?: any})"
39- ],
40- [
41- " map( callbackfn: Function, thisArg?: any ): Array\t Array" ,
42- " map(${1:callbackfn: Function}, ${2:thisArg?: any})"
43- ],
44- [
45- " slice( start: int, end: int ): Array\t Array" ,
46- " slice(${1:start: int}, ${2:end: int})"
47- ],
48- [
49- " new Array( params...?: any ): Array\t Array" ,
50- " new Array(${1:params...?: any})"
51- ],
52- [
53- " Array.isArray( arg: any ): boolean\t Array" ,
54- " Array.isArray(${1:arg: any})"
55- ],
56- [
57- " sort( compareFn: Function ): Array\t Array" ,
58- " sort(${1:compareFn: Function})"
59- ],
60- [
61- " join( separator: string ): string\t Array" ,
62- " join(${1:separator: string})"
63- ],
64- [
65- " concat( items...: any ): string\t Array" ,
66- " concat(${1:items...: any})"
67- ],
68- [
69- " Array( params...?: any ): Array\t Array" ,
70- " Array(${1:params...?: any})"
71- ],
72- [
73- " unshift( items...: any ): Array\t Array" ,
74- " unshift(${1:items...: any})"
75- ],
76- [
77- " new Array( size: int ): Array\t Array" ,
78- " new Array(${1:size: int})"
79- ],
80- [
81- " push( items...: any ): Array\t Array" ,
82- " push(${1:items...: any})"
83- ],
84- [
85- " isArray( arg: any ): boolean\t Array" ,
86- " isArray(${1:arg: any})"
87- ],
88- [
89- " Array( size: int ): Array\t Array" ,
90- " Array(${1:size: int})"
91- ],
92- [
93- " toLocaleString(): string\t Array" ,
94- " toLocaleString()"
95- ],
96- [
97- " toString(): string\t Array" ,
98- " toString()"
99- ],
100- [
101- " reverse(): Array\t Array" ,
102- " reverse()"
103- ],
104- [
105- " shift(): Array\t Array" ,
106- " shift()"
107- ],
108- [
109- " length: int\t Array" ,
110- " length"
111- ],
112- [
113- " pop(): any\t Array" ,
114- " pop()"
115- ]
116- ]
117- }
1+ {"scope":"source.js","completions":[["reduceRight\t( callbackfn: Function, initialValue?: any ): any Array","reduceRight(${1:callbackfn: Function}, ${2:initialValue?: any})"],["splice\t( start: int, deleteCount: int, items_..: any ): Array Array","splice(${1:start: int}, ${2:deleteCount: int}, ${3:items...: any})"],["reduce\t( callbackfn: Function, initialValue?: any ): any Array","reduce(${1:callbackfn: Function}, ${2:initialValue?: any})"],["lastIndexOf\t( searchElement: any, fromIndex?: int ): int Array","lastIndexOf(${1:searchElement: any}, ${2:fromIndex?: int})"],["forEach\t( callbackfn: Function, thisArg?: any ): Array Array","forEach(${1:callbackfn: Function}, ${2:thisArg?: any})"],["filter\t( callbackfn: Function, thisArg?: any ): Array Array","filter(${1:callbackfn: Function}, ${2:thisArg?: any})"],["every\t( callbackfn: Function, thisArg?: any ): Array Array","every(${1:callbackfn: Function}, ${2:thisArg?: any})"],["indexOf\t( searchElement: any, fromIndex?: int ): int Array","indexOf(${1:searchElement: any}, ${2:fromIndex?: int})"],["some\t( callbackfn: Function, thisArg?: any ): Array Array","some(${1:callbackfn: Function}, ${2:thisArg?: any})"],["map\t( callbackfn: Function, thisArg?: any ): Array Array","map(${1:callbackfn: Function}, ${2:thisArg?: any})"],["slice\t( start: int, end: int ): Array Array","slice(${1:start: int}, ${2:end: int})"],["Array\t( params_..?: any ): Array Array","new Array(${1:params...?: any})"],["Array_isArray\t( arg: any ): boolean Array","Array.isArray(${1:arg: any})"],["sort\t( compareFn: Function ): Array Array","sort(${1:compareFn: Function})"],["join\t( separator: string ): string Array","join(${1:separator: string})"],["concat\t( items_..: any ): string Array","concat(${1:items...: any})"],["Array\t( params_..?: any ): Array Array","Array(${1:params...?: any})"],["unshift\t( items_..: any ): Array Array","unshift(${1:items...: any})"],["Array\t( size: int ): Array Array","new Array(${1:size: int})"],["push\t( items_..: any ): Array Array","push(${1:items...: any})"],["isArray\t( arg: any ): boolean Array","isArray(${1:arg: any})"],["Array\t( size: int ): Array Array","Array(${1:size: int})"],["toLocaleString\t(): string Array","toLocaleString()"],["toString\t(): string Array","toString()"],["reverse\t(): Array Array","reverse()"],["shift\t(): Array Array","shift()"],["length\t: int Array","length"],["pop\t(): any Array","pop()"]]}
0 commit comments