-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathArray.sublime-settings
More file actions
executable file
·1 lines (1 loc) · 2.41 KB
/
Array.sublime-settings
File metadata and controls
executable file
·1 lines (1 loc) · 2.41 KB
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()"],["includes\t(): boolean Array","includes()"]]}