Last active
June 26, 2018 23:23
-
-
Save jdonaldson/6f3542412c7569fedadc5d41be4ddf8f to your computer and use it in GitHub Desktop.
Completions in haxe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"data": { | |
"index": 0, | |
"origin": 0 | |
}, | |
"detail": "public function charAt(index:Int):String", | |
"documentation": null, | |
"kind": 2, | |
"label": "charAt", | |
"sortText": "0000000000", | |
"textEdit": { | |
"newText": "charAt", | |
"range": { | |
"end": { | |
"character": 19, | |
"line": 2 | |
}, | |
"start": { | |
"character": 19, | |
"line": 2 | |
} | |
} | |
} | |
}, | |
{ | |
"data": { | |
"index": 1, | |
"origin": 0 | |
}, | |
"detail": "public function charCodeAt(index:Int):Null<Int>", | |
"documentation": null, | |
"kind": 2, | |
"label": "charCodeAt", | |
"sortText": "0000000001", | |
"textEdit": { | |
"newText": "charCodeAt", | |
"range": { | |
"end": { | |
"character": 19, | |
"line": 2 | |
}, | |
"start": { | |
"character": 19, | |
"line": 2 | |
} | |
} | |
} | |
}, | |
{ | |
"data": { | |
"index": 2, | |
"origin": 0 | |
}, | |
"detail": "public function indexOf(str:String, ?startIndex:Null<Int>):Int", | |
"documentation": null, | |
"kind": 2, | |
"label": "indexOf", | |
"sortText": "0000000002", | |
"textEdit": { | |
"newText": "indexOf", | |
"range": { | |
"end": { | |
"character": 19, | |
"line": 2 | |
}, | |
"start": { | |
"character": 19, | |
"line": 2 | |
} | |
} | |
} | |
}, | |
{ | |
"data": { | |
"index": 3, | |
"origin": 0 | |
}, | |
"detail": "public function lastIndexOf(str:String, ?startIndex:Null<Int>):Int", | |
"documentation": null, | |
"kind": 2, | |
"label": "lastIndexOf", | |
"sortText": "0000000003", | |
"textEdit": { | |
"newText": "lastIndexOf", | |
"range": { | |
"end": { | |
"character": 19, | |
"line": 2 | |
}, | |
"start": { | |
"character": 19, | |
"line": 2 | |
} | |
} | |
} | |
}, | |
{ | |
"data": { | |
"index": 4, | |
"origin": 0 | |
}, | |
"detail": "public var length(default, null):Int", | |
"documentation": null, | |
"kind": 10, | |
"label": "length", | |
"sortText": "0000000004", | |
"textEdit": { | |
"newText": "length", | |
"range": { | |
"end": { | |
"character": 19, | |
"line": 2 | |
}, | |
"start": { | |
"character": 19, | |
"line": 2 | |
} | |
} | |
} | |
}, | |
{ | |
"data": { | |
"index": 5, | |
"origin": 0 | |
}, | |
"detail": "public function split(delimiter:String):Array<String>", | |
"documentation": null, | |
"kind": 2, | |
"label": "split", | |
"sortText": "0000000005", | |
"textEdit": { | |
"newText": "split", | |
"range": { | |
"end": { | |
"character": 19, | |
"line": 2 | |
}, | |
"start": { | |
"character": 19, | |
"line": 2 | |
} | |
} | |
} | |
}, | |
{ | |
"data": { | |
"index": 6, | |
"origin": 0 | |
}, | |
"detail": "public function substr(pos:Int, ?len:Null<Int>):String", | |
"documentation": null, | |
"kind": 2, | |
"label": "substr", | |
"sortText": "0000000006", | |
"textEdit": { | |
"newText": "substr", | |
"range": { | |
"end": { | |
"character": 19, | |
"line": 2 | |
}, | |
"start": { | |
"character": 19, | |
"line": 2 | |
} | |
} | |
} | |
}, | |
{ | |
"data": { | |
"index": 7, | |
"origin": 0 | |
}, | |
"detail": "public function substring(startIndex:Int, ?endIndex:Null<Int>):String", | |
"documentation": null, | |
"kind": 2, | |
"label": "substring", | |
"sortText": "0000000007", | |
"textEdit": { | |
"newText": "substring", | |
"range": { | |
"end": { | |
"character": 19, | |
"line": 2 | |
}, | |
"start": { | |
"character": 19, | |
"line": 2 | |
} | |
} | |
} | |
}, | |
{ | |
"data": { | |
"index": 8, | |
"origin": 0 | |
}, | |
"detail": "public function toLowerCase():String", | |
"documentation": null, | |
"kind": 2, | |
"label": "toLowerCase", | |
"sortText": "0000000008", | |
"textEdit": { | |
"newText": "toLowerCase", | |
"range": { | |
"end": { | |
"character": 19, | |
"line": 2 | |
}, | |
"start": { | |
"character": 19, | |
"line": 2 | |
} | |
} | |
} | |
}, | |
{ | |
"data": { | |
"index": 9, | |
"origin": 0 | |
}, | |
"detail": "public function toString():String", | |
"documentation": null, | |
"kind": 2, | |
"label": "toString", | |
"sortText": "0000000009", | |
"textEdit": { | |
"newText": "toString", | |
"range": { | |
"end": { | |
"character": 19, | |
"line": 2 | |
}, | |
"start": { | |
"character": 19, | |
"line": 2 | |
} | |
} | |
} | |
}, | |
{ | |
"data": { | |
"index": 10, | |
"origin": 0 | |
}, | |
"detail": "public function toUpperCase():String", | |
"documentation": null, | |
"kind": 2, | |
"label": "toUpperCase", | |
"sortText": "0000000010", | |
"textEdit": { | |
"newText": "toUpperCase", | |
"range": { | |
"end": { | |
"character": 19, | |
"line": 2 | |
}, | |
"start": { | |
"character": 19, | |
"line": 2 | |
} | |
} | |
} | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"label": "main", | |
"kind": 3, | |
"detail": "private static function main():?", | |
"textEdit": { | |
"newText": "main", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"documentation": null, | |
"sortText": "0000000000", | |
"data": { | |
"origin": 0, | |
"index": 0 | |
} | |
}, | |
{ | |
"label": "Any", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Any" | |
}, | |
"documentation": null, | |
"sortText": "0000000001", | |
"data": { | |
"origin": 0, | |
"index": 1 | |
} | |
}, | |
{ | |
"label": "Array", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Array" | |
}, | |
"documentation": null, | |
"sortText": "0000000002", | |
"data": { | |
"origin": 0, | |
"index": 2 | |
} | |
}, | |
{ | |
"label": "ArrayAccess", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ArrayAccess" | |
}, | |
"documentation": null, | |
"sortText": "0000000003", | |
"data": { | |
"origin": 0, | |
"index": 3 | |
} | |
}, | |
{ | |
"label": "Bool", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Bool" | |
}, | |
"documentation": null, | |
"sortText": "0000000004", | |
"data": { | |
"origin": 0, | |
"index": 4 | |
} | |
}, | |
{ | |
"label": "Class", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Class" | |
}, | |
"documentation": null, | |
"sortText": "0000000005", | |
"data": { | |
"origin": 0, | |
"index": 5 | |
} | |
}, | |
{ | |
"label": "Date", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Date" | |
}, | |
"documentation": null, | |
"sortText": "0000000006", | |
"data": { | |
"origin": 0, | |
"index": 6 | |
} | |
}, | |
{ | |
"label": "DateTools", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "DateTools" | |
}, | |
"documentation": null, | |
"sortText": "0000000007", | |
"data": { | |
"origin": 0, | |
"index": 7 | |
} | |
}, | |
{ | |
"label": "Dynamic", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Dynamic" | |
}, | |
"documentation": null, | |
"sortText": "0000000008", | |
"data": { | |
"origin": 0, | |
"index": 8 | |
} | |
}, | |
{ | |
"label": "EReg", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "EReg" | |
}, | |
"documentation": null, | |
"sortText": "0000000009", | |
"data": { | |
"origin": 0, | |
"index": 9 | |
} | |
}, | |
{ | |
"label": "Enum", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Enum" | |
}, | |
"documentation": null, | |
"sortText": "0000000010", | |
"data": { | |
"origin": 0, | |
"index": 10 | |
} | |
}, | |
{ | |
"label": "EnumValue", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "EnumValue" | |
}, | |
"documentation": null, | |
"sortText": "0000000011", | |
"data": { | |
"origin": 0, | |
"index": 11 | |
} | |
}, | |
{ | |
"label": "Float", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Float" | |
}, | |
"documentation": null, | |
"sortText": "0000000012", | |
"data": { | |
"origin": 0, | |
"index": 12 | |
} | |
}, | |
{ | |
"label": "Int", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Int" | |
}, | |
"documentation": null, | |
"sortText": "0000000013", | |
"data": { | |
"origin": 0, | |
"index": 13 | |
} | |
}, | |
{ | |
"label": "IntIterator", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "IntIterator" | |
}, | |
"documentation": null, | |
"sortText": "0000000014", | |
"data": { | |
"origin": 0, | |
"index": 14 | |
} | |
}, | |
{ | |
"label": "Iterable", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Iterable" | |
}, | |
"documentation": null, | |
"sortText": "0000000015", | |
"data": { | |
"origin": 0, | |
"index": 15 | |
} | |
}, | |
{ | |
"label": "Iterator", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Iterator" | |
}, | |
"documentation": null, | |
"sortText": "0000000016", | |
"data": { | |
"origin": 0, | |
"index": 16 | |
} | |
}, | |
{ | |
"label": "Lambda", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Lambda" | |
}, | |
"documentation": null, | |
"sortText": "0000000017", | |
"data": { | |
"origin": 0, | |
"index": 17 | |
} | |
}, | |
{ | |
"label": "List", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "List" | |
}, | |
"documentation": null, | |
"sortText": "0000000018", | |
"data": { | |
"origin": 0, | |
"index": 18 | |
} | |
}, | |
{ | |
"label": "Main", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Main" | |
}, | |
"documentation": null, | |
"sortText": "0000000019", | |
"data": { | |
"origin": 0, | |
"index": 19 | |
} | |
}, | |
{ | |
"label": "Map", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Map" | |
}, | |
"documentation": null, | |
"sortText": "0000000020", | |
"data": { | |
"origin": 0, | |
"index": 20 | |
} | |
}, | |
{ | |
"label": "Math", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Math" | |
}, | |
"documentation": null, | |
"sortText": "0000000021", | |
"data": { | |
"origin": 0, | |
"index": 21 | |
} | |
}, | |
{ | |
"label": "Null", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Null" | |
}, | |
"documentation": null, | |
"sortText": "0000000022", | |
"data": { | |
"origin": 0, | |
"index": 22 | |
} | |
}, | |
{ | |
"label": "Reflect", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Reflect" | |
}, | |
"documentation": null, | |
"sortText": "0000000023", | |
"data": { | |
"origin": 0, | |
"index": 23 | |
} | |
}, | |
{ | |
"label": "Std", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Std" | |
}, | |
"documentation": null, | |
"sortText": "0000000024", | |
"data": { | |
"origin": 0, | |
"index": 24 | |
} | |
}, | |
{ | |
"label": "String", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "String" | |
}, | |
"documentation": null, | |
"sortText": "0000000025", | |
"data": { | |
"origin": 0, | |
"index": 25 | |
} | |
}, | |
{ | |
"label": "StringBuf", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "StringBuf" | |
}, | |
"documentation": null, | |
"sortText": "0000000026", | |
"data": { | |
"origin": 0, | |
"index": 26 | |
} | |
}, | |
{ | |
"label": "StringTools", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "StringTools" | |
}, | |
"documentation": null, | |
"sortText": "0000000027", | |
"data": { | |
"origin": 0, | |
"index": 27 | |
} | |
}, | |
{ | |
"label": "Sys", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Sys" | |
}, | |
"documentation": null, | |
"sortText": "0000000028", | |
"data": { | |
"origin": 0, | |
"index": 28 | |
} | |
}, | |
{ | |
"label": "Type", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Type" | |
}, | |
"documentation": null, | |
"sortText": "0000000029", | |
"data": { | |
"origin": 0, | |
"index": 29 | |
} | |
}, | |
{ | |
"label": "UInt", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "UInt" | |
}, | |
"documentation": null, | |
"sortText": "0000000030", | |
"data": { | |
"origin": 0, | |
"index": 30 | |
} | |
}, | |
{ | |
"label": "Void", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Void" | |
}, | |
"documentation": null, | |
"sortText": "0000000031", | |
"data": { | |
"origin": 0, | |
"index": 31 | |
} | |
}, | |
{ | |
"label": "Xml", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Xml" | |
}, | |
"documentation": null, | |
"sortText": "0000000032", | |
"data": { | |
"origin": 0, | |
"index": 32 | |
} | |
}, | |
{ | |
"label": "IMap - Map.IMap", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "IMap" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import Map.IMap;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000033", | |
"data": { | |
"origin": 0, | |
"index": 33 | |
} | |
}, | |
{ | |
"label": "ValueType - Type.ValueType", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ValueType" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import Type.ValueType;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000034", | |
"data": { | |
"origin": 0, | |
"index": 34 | |
} | |
}, | |
{ | |
"label": "XmlType - Xml.XmlType", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "XmlType" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import Xml.XmlType;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000035", | |
"data": { | |
"origin": 0, | |
"index": 35 | |
} | |
}, | |
{ | |
"label": "CallStack - haxe.CallStack", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "CallStack" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.CallStack;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000036", | |
"data": { | |
"origin": 0, | |
"index": 36 | |
} | |
}, | |
{ | |
"label": "Constructible - haxe.Constraints.Constructible", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Constructible" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.Constraints.Constructible;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000037", | |
"data": { | |
"origin": 0, | |
"index": 37 | |
} | |
}, | |
{ | |
"label": "DynamicAccess - haxe.DynamicAccess", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "DynamicAccess" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.DynamicAccess;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000038", | |
"data": { | |
"origin": 0, | |
"index": 38 | |
} | |
}, | |
{ | |
"label": "EntryPoint - haxe.EntryPoint", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "EntryPoint" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.EntryPoint;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000039", | |
"data": { | |
"origin": 0, | |
"index": 39 | |
} | |
}, | |
{ | |
"label": "EnumFlags - haxe.EnumFlags", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "EnumFlags" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.EnumFlags;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000040", | |
"data": { | |
"origin": 0, | |
"index": 40 | |
} | |
}, | |
{ | |
"label": "EnumTools - haxe.EnumTools", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "EnumTools" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.EnumTools;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000041", | |
"data": { | |
"origin": 0, | |
"index": 41 | |
} | |
}, | |
{ | |
"label": "EnumValueTools - haxe.EnumTools.EnumValueTools", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "EnumValueTools" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.EnumTools.EnumValueTools;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000042", | |
"data": { | |
"origin": 0, | |
"index": 42 | |
} | |
}, | |
{ | |
"label": "FlatEnum - haxe.Constraints.FlatEnum", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "FlatEnum" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.Constraints.FlatEnum;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000043", | |
"data": { | |
"origin": 0, | |
"index": 43 | |
} | |
}, | |
{ | |
"label": "Function - haxe.Constraints.Function", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Function" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.Constraints.Function;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000044", | |
"data": { | |
"origin": 0, | |
"index": 44 | |
} | |
}, | |
{ | |
"label": "Http - haxe.Http", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Http" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.Http;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000045", | |
"data": { | |
"origin": 0, | |
"index": 45 | |
} | |
}, | |
{ | |
"label": "IMap - haxe.Constraints.IMap", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "IMap" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.Constraints.IMap;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000046", | |
"data": { | |
"origin": 0, | |
"index": 46 | |
} | |
}, | |
{ | |
"label": "Int32 - haxe.Int32", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Int32" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.Int32;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000047", | |
"data": { | |
"origin": 0, | |
"index": 47 | |
} | |
}, | |
{ | |
"label": "Int64 - haxe.Int64", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Int64" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.Int64;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000048", | |
"data": { | |
"origin": 0, | |
"index": 48 | |
} | |
}, | |
{ | |
"label": "Int64Helper - haxe.Int64Helper", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Int64Helper" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.Int64Helper;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000049", | |
"data": { | |
"origin": 0, | |
"index": 49 | |
} | |
}, | |
{ | |
"label": "Json - haxe.Json", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Json" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.Json;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000050", | |
"data": { | |
"origin": 0, | |
"index": 50 | |
} | |
}, | |
{ | |
"label": "Log - haxe.Log", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Log" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.Log;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000051", | |
"data": { | |
"origin": 0, | |
"index": 51 | |
} | |
}, | |
{ | |
"label": "MainEvent - haxe.MainLoop.MainEvent", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "MainEvent" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.MainLoop.MainEvent;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000052", | |
"data": { | |
"origin": 0, | |
"index": 52 | |
} | |
}, | |
{ | |
"label": "MainLoop - haxe.MainLoop", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "MainLoop" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.MainLoop;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000053", | |
"data": { | |
"origin": 0, | |
"index": 53 | |
} | |
}, | |
{ | |
"label": "PosInfos - haxe.PosInfos", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "PosInfos" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.PosInfos;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000054", | |
"data": { | |
"origin": 0, | |
"index": 54 | |
} | |
}, | |
{ | |
"label": "Resource - haxe.Resource", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Resource" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.Resource;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000055", | |
"data": { | |
"origin": 0, | |
"index": 55 | |
} | |
}, | |
{ | |
"label": "Serializer - haxe.Serializer", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Serializer" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.Serializer;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000056", | |
"data": { | |
"origin": 0, | |
"index": 56 | |
} | |
}, | |
{ | |
"label": "StackItem - haxe.CallStack.StackItem", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "StackItem" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.CallStack.StackItem;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000057", | |
"data": { | |
"origin": 0, | |
"index": 57 | |
} | |
}, | |
{ | |
"label": "Template - haxe.Template", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Template" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.Template;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000058", | |
"data": { | |
"origin": 0, | |
"index": 58 | |
} | |
}, | |
{ | |
"label": "Timer - haxe.Timer", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Timer" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.Timer;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000059", | |
"data": { | |
"origin": 0, | |
"index": 59 | |
} | |
}, | |
{ | |
"label": "TypeResolver - haxe.Unserializer.TypeResolver", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TypeResolver" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.Unserializer.TypeResolver;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000060", | |
"data": { | |
"origin": 0, | |
"index": 60 | |
} | |
}, | |
{ | |
"label": "Ucs2 - haxe.Ucs2", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Ucs2" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.Ucs2;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000061", | |
"data": { | |
"origin": 0, | |
"index": 61 | |
} | |
}, | |
{ | |
"label": "Unserializer - haxe.Unserializer", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Unserializer" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.Unserializer;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000062", | |
"data": { | |
"origin": 0, | |
"index": 62 | |
} | |
}, | |
{ | |
"label": "Utf8 - haxe.Utf8", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Utf8" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.Utf8;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000063", | |
"data": { | |
"origin": 0, | |
"index": 63 | |
} | |
}, | |
{ | |
"label": "Adler32 - haxe.crypto.Adler32", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Adler32" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.crypto.Adler32;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000064", | |
"data": { | |
"origin": 0, | |
"index": 64 | |
} | |
}, | |
{ | |
"label": "Base64 - haxe.crypto.Base64", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Base64" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.crypto.Base64;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000065", | |
"data": { | |
"origin": 0, | |
"index": 65 | |
} | |
}, | |
{ | |
"label": "BaseCode - haxe.crypto.BaseCode", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "BaseCode" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.crypto.BaseCode;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000066", | |
"data": { | |
"origin": 0, | |
"index": 66 | |
} | |
}, | |
{ | |
"label": "Crc32 - haxe.crypto.Crc32", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Crc32" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.crypto.Crc32;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000067", | |
"data": { | |
"origin": 0, | |
"index": 67 | |
} | |
}, | |
{ | |
"label": "HashMethod - haxe.crypto.Hmac.HashMethod", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "HashMethod" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.crypto.Hmac.HashMethod;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000068", | |
"data": { | |
"origin": 0, | |
"index": 68 | |
} | |
}, | |
{ | |
"label": "Hmac - haxe.crypto.Hmac", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Hmac" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.crypto.Hmac;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000069", | |
"data": { | |
"origin": 0, | |
"index": 69 | |
} | |
}, | |
{ | |
"label": "Md5 - haxe.crypto.Md5", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Md5" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.crypto.Md5;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000070", | |
"data": { | |
"origin": 0, | |
"index": 70 | |
} | |
}, | |
{ | |
"label": "Sha1 - haxe.crypto.Sha1", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Sha1" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.crypto.Sha1;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000071", | |
"data": { | |
"origin": 0, | |
"index": 71 | |
} | |
}, | |
{ | |
"label": "Sha224 - haxe.crypto.Sha224", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Sha224" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.crypto.Sha224;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000072", | |
"data": { | |
"origin": 0, | |
"index": 72 | |
} | |
}, | |
{ | |
"label": "Sha256 - haxe.crypto.Sha256", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Sha256" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.crypto.Sha256;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000073", | |
"data": { | |
"origin": 0, | |
"index": 73 | |
} | |
}, | |
{ | |
"label": "ImportStatus - haxe.display.JsonModuleTypes.ImportStatus", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ImportStatus" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.ImportStatus;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000074", | |
"data": { | |
"origin": 0, | |
"index": 74 | |
} | |
}, | |
{ | |
"label": "JsonAbstract - haxe.display.JsonModuleTypes.JsonAbstract", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonAbstract" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonAbstract;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000075", | |
"data": { | |
"origin": 0, | |
"index": 75 | |
} | |
}, | |
{ | |
"label": "JsonAbstractBinop - haxe.display.JsonModuleTypes.JsonAbstractBinop", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonAbstractBinop" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonAbstractBinop;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000076", | |
"data": { | |
"origin": 0, | |
"index": 76 | |
} | |
}, | |
{ | |
"label": "JsonAbstractCast - haxe.display.JsonModuleTypes.JsonAbstractCast", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonAbstractCast" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonAbstractCast;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000077", | |
"data": { | |
"origin": 0, | |
"index": 77 | |
} | |
}, | |
{ | |
"label": "JsonAbstractUnop - haxe.display.JsonModuleTypes.JsonAbstractUnop", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonAbstractUnop" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonAbstractUnop;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000078", | |
"data": { | |
"origin": 0, | |
"index": 78 | |
} | |
}, | |
{ | |
"label": "JsonAnon - haxe.display.JsonModuleTypes.JsonAnon", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonAnon" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonAnon;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000079", | |
"data": { | |
"origin": 0, | |
"index": 79 | |
} | |
}, | |
{ | |
"label": "JsonAnonStatus - haxe.display.JsonModuleTypes.JsonAnonStatus", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonAnonStatus" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonAnonStatus;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000080", | |
"data": { | |
"origin": 0, | |
"index": 80 | |
} | |
}, | |
{ | |
"label": "JsonAnonStatusKind - haxe.display.JsonModuleTypes.JsonAnonStatusKind", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonAnonStatusKind" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonAnonStatusKind;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000081", | |
"data": { | |
"origin": 0, | |
"index": 81 | |
} | |
}, | |
{ | |
"label": "JsonBinop - haxe.display.JsonModuleTypes.JsonBinop", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonBinop" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonBinop;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000082", | |
"data": { | |
"origin": 0, | |
"index": 82 | |
} | |
}, | |
{ | |
"label": "JsonBinopKind - haxe.display.JsonModuleTypes.JsonBinopKind", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonBinopKind" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonBinopKind;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000083", | |
"data": { | |
"origin": 0, | |
"index": 83 | |
} | |
}, | |
{ | |
"label": "JsonClass - haxe.display.JsonModuleTypes.JsonClass", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonClass" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonClass;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000084", | |
"data": { | |
"origin": 0, | |
"index": 84 | |
} | |
}, | |
{ | |
"label": "JsonClassField - haxe.display.JsonModuleTypes.JsonClassField", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonClassField" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonClassField;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000085", | |
"data": { | |
"origin": 0, | |
"index": 85 | |
} | |
}, | |
{ | |
"label": "JsonClassFieldReference - haxe.display.JsonModuleTypes.JsonClassFieldReference", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonClassFieldReference" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonClassFieldReference;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000086", | |
"data": { | |
"origin": 0, | |
"index": 86 | |
} | |
}, | |
{ | |
"label": "JsonClassFieldScope - haxe.display.JsonModuleTypes.JsonClassFieldScope", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonClassFieldScope" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonClassFieldScope;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000087", | |
"data": { | |
"origin": 0, | |
"index": 87 | |
} | |
}, | |
{ | |
"label": "JsonClassFields - haxe.display.JsonModuleTypes.JsonClassFields", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonClassFields" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonClassFields;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000088", | |
"data": { | |
"origin": 0, | |
"index": 88 | |
} | |
}, | |
{ | |
"label": "JsonClassKind - haxe.display.JsonModuleTypes.JsonClassKind", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonClassKind" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonClassKind;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000089", | |
"data": { | |
"origin": 0, | |
"index": 89 | |
} | |
}, | |
{ | |
"label": "JsonClassKindKind - haxe.display.JsonModuleTypes.JsonClassKindKind", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonClassKindKind" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonClassKindKind;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000090", | |
"data": { | |
"origin": 0, | |
"index": 90 | |
} | |
}, | |
{ | |
"label": "JsonDoc - haxe.display.JsonModuleTypes.JsonDoc", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonDoc" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonDoc;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000091", | |
"data": { | |
"origin": 0, | |
"index": 91 | |
} | |
}, | |
{ | |
"label": "JsonEnum - haxe.display.JsonModuleTypes.JsonEnum", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonEnum" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonEnum;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000092", | |
"data": { | |
"origin": 0, | |
"index": 92 | |
} | |
}, | |
{ | |
"label": "JsonEnumField - haxe.display.JsonModuleTypes.JsonEnumField", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonEnumField" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonEnumField;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000093", | |
"data": { | |
"origin": 0, | |
"index": 93 | |
} | |
}, | |
{ | |
"label": "JsonEnumFields - haxe.display.JsonModuleTypes.JsonEnumFields", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonEnumFields" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonEnumFields;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000094", | |
"data": { | |
"origin": 0, | |
"index": 94 | |
} | |
}, | |
{ | |
"label": "JsonExpr - haxe.display.JsonModuleTypes.JsonExpr", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonExpr" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonExpr;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000095", | |
"data": { | |
"origin": 0, | |
"index": 95 | |
} | |
}, | |
{ | |
"label": "JsonFieldKind - haxe.display.JsonModuleTypes.JsonFieldKind", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonFieldKind" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonFieldKind;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000096", | |
"data": { | |
"origin": 0, | |
"index": 96 | |
} | |
}, | |
{ | |
"label": "JsonFieldKindKind - haxe.display.JsonModuleTypes.JsonFieldKindKind", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonFieldKindKind" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonFieldKindKind;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000097", | |
"data": { | |
"origin": 0, | |
"index": 97 | |
} | |
}, | |
{ | |
"label": "JsonFunctionArgument - haxe.display.JsonModuleTypes.JsonFunctionArgument", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonFunctionArgument" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonFunctionArgument;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000098", | |
"data": { | |
"origin": 0, | |
"index": 98 | |
} | |
}, | |
{ | |
"label": "JsonFunctionSignature - haxe.display.JsonModuleTypes.JsonFunctionSignature", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonFunctionSignature" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonFunctionSignature;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000099", | |
"data": { | |
"origin": 0, | |
"index": 99 | |
} | |
}, | |
{ | |
"label": "JsonMetadata - haxe.display.JsonModuleTypes.JsonMetadata", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonMetadata" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonMetadata;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000100", | |
"data": { | |
"origin": 0, | |
"index": 100 | |
} | |
}, | |
{ | |
"label": "JsonMetadataEntry - haxe.display.JsonModuleTypes.JsonMetadataEntry", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonMetadataEntry" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonMetadataEntry;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000101", | |
"data": { | |
"origin": 0, | |
"index": 101 | |
} | |
}, | |
{ | |
"label": "JsonMethodKind - haxe.display.JsonModuleTypes.JsonMethodKind", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonMethodKind" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonMethodKind;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000102", | |
"data": { | |
"origin": 0, | |
"index": 102 | |
} | |
}, | |
{ | |
"label": "JsonModulePath - haxe.display.JsonModuleTypes.JsonModulePath", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonModulePath" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonModulePath;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000103", | |
"data": { | |
"origin": 0, | |
"index": 103 | |
} | |
}, | |
{ | |
"label": "JsonModuleType - haxe.display.JsonModuleTypes.JsonModuleType", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonModuleType" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonModuleType;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000104", | |
"data": { | |
"origin": 0, | |
"index": 104 | |
} | |
}, | |
{ | |
"label": "JsonModuleTypeKind - haxe.display.JsonModuleTypes.JsonModuleTypeKind", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonModuleTypeKind" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonModuleTypeKind;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000105", | |
"data": { | |
"origin": 0, | |
"index": 105 | |
} | |
}, | |
{ | |
"label": "JsonModuleTypes - haxe.display.JsonModuleTypes", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonModuleTypes" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000106", | |
"data": { | |
"origin": 0, | |
"index": 106 | |
} | |
}, | |
{ | |
"label": "JsonPackagePath - haxe.display.JsonModuleTypes.JsonPackagePath", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonPackagePath" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonPackagePath;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000107", | |
"data": { | |
"origin": 0, | |
"index": 107 | |
} | |
}, | |
{ | |
"label": "JsonPos - haxe.display.JsonModuleTypes.JsonPos", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonPos" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonPos;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000108", | |
"data": { | |
"origin": 0, | |
"index": 108 | |
} | |
}, | |
{ | |
"label": "JsonStaticFieldPath - haxe.display.JsonModuleTypes.JsonStaticFieldPath", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonStaticFieldPath" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonStaticFieldPath;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000109", | |
"data": { | |
"origin": 0, | |
"index": 109 | |
} | |
}, | |
{ | |
"label": "JsonTConstant - haxe.display.JsonModuleTypes.JsonTConstant", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonTConstant" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonTConstant;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000110", | |
"data": { | |
"origin": 0, | |
"index": 110 | |
} | |
}, | |
{ | |
"label": "JsonTConstantKind - haxe.display.JsonModuleTypes.JsonTConstantKind", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonTConstantKind" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonTConstantKind;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000111", | |
"data": { | |
"origin": 0, | |
"index": 111 | |
} | |
}, | |
{ | |
"label": "JsonTExpr - haxe.display.JsonModuleTypes.JsonTExpr", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonTExpr" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonTExpr;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000112", | |
"data": { | |
"origin": 0, | |
"index": 112 | |
} | |
}, | |
{ | |
"label": "JsonTodo - haxe.display.JsonModuleTypes.JsonTodo", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonTodo" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonTodo;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000113", | |
"data": { | |
"origin": 0, | |
"index": 113 | |
} | |
}, | |
{ | |
"label": "JsonType - haxe.display.JsonModuleTypes.JsonType", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonType" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonType;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000114", | |
"data": { | |
"origin": 0, | |
"index": 114 | |
} | |
}, | |
{ | |
"label": "JsonTypeKind - haxe.display.JsonModuleTypes.JsonTypeKind", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonTypeKind" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonTypeKind;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000115", | |
"data": { | |
"origin": 0, | |
"index": 115 | |
} | |
}, | |
{ | |
"label": "JsonTypeParameter - haxe.display.JsonModuleTypes.JsonTypeParameter", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonTypeParameter" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonTypeParameter;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000116", | |
"data": { | |
"origin": 0, | |
"index": 116 | |
} | |
}, | |
{ | |
"label": "JsonTypeParameters - haxe.display.JsonModuleTypes.JsonTypeParameters", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonTypeParameters" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonTypeParameters;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000117", | |
"data": { | |
"origin": 0, | |
"index": 117 | |
} | |
}, | |
{ | |
"label": "JsonTypePath - haxe.display.JsonModuleTypes.JsonTypePath", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonTypePath" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonTypePath;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000118", | |
"data": { | |
"origin": 0, | |
"index": 118 | |
} | |
}, | |
{ | |
"label": "JsonTypePathWithParams - haxe.display.JsonModuleTypes.JsonTypePathWithParams", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonTypePathWithParams" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonTypePathWithParams;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000119", | |
"data": { | |
"origin": 0, | |
"index": 119 | |
} | |
}, | |
{ | |
"label": "JsonTypedef - haxe.display.JsonModuleTypes.JsonTypedef", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonTypedef" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonTypedef;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000120", | |
"data": { | |
"origin": 0, | |
"index": 120 | |
} | |
}, | |
{ | |
"label": "JsonTypes - haxe.display.JsonModuleTypes.JsonTypes", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonTypes" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonTypes;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000121", | |
"data": { | |
"origin": 0, | |
"index": 121 | |
} | |
}, | |
{ | |
"label": "JsonUnop - haxe.display.JsonModuleTypes.JsonUnop", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonUnop" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonUnop;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000122", | |
"data": { | |
"origin": 0, | |
"index": 122 | |
} | |
}, | |
{ | |
"label": "JsonVarAccess - haxe.display.JsonModuleTypes.JsonVarAccess", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonVarAccess" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonVarAccess;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000123", | |
"data": { | |
"origin": 0, | |
"index": 123 | |
} | |
}, | |
{ | |
"label": "JsonVarAccessKind - haxe.display.JsonModuleTypes.JsonVarAccessKind", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonVarAccessKind" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.JsonModuleTypes.JsonVarAccessKind;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000124", | |
"data": { | |
"origin": 0, | |
"index": 124 | |
} | |
}, | |
{ | |
"label": "Location - haxe.display.Position.Location", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Location" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.Position.Location;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000125", | |
"data": { | |
"origin": 0, | |
"index": 125 | |
} | |
}, | |
{ | |
"label": "Position - haxe.display.Position", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Position" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.Position;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000126", | |
"data": { | |
"origin": 0, | |
"index": 126 | |
} | |
}, | |
{ | |
"label": "Range - haxe.display.Position.Range", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Range" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.display.Position.Range;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000127", | |
"data": { | |
"origin": 0, | |
"index": 127 | |
} | |
}, | |
{ | |
"label": "ArraySort - haxe.ds.ArraySort", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ArraySort" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.ds.ArraySort;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000128", | |
"data": { | |
"origin": 0, | |
"index": 128 | |
} | |
}, | |
{ | |
"label": "BalancedTree - haxe.ds.BalancedTree", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "BalancedTree" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.ds.BalancedTree;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000129", | |
"data": { | |
"origin": 0, | |
"index": 129 | |
} | |
}, | |
{ | |
"label": "Either - haxe.ds.Either", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Either" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.ds.Either;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000130", | |
"data": { | |
"origin": 0, | |
"index": 130 | |
} | |
}, | |
{ | |
"label": "EnumValueMap - haxe.ds.EnumValueMap", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "EnumValueMap" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.ds.EnumValueMap;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000131", | |
"data": { | |
"origin": 0, | |
"index": 131 | |
} | |
}, | |
{ | |
"label": "GenericCell - haxe.ds.GenericStack.GenericCell", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "GenericCell" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.ds.GenericStack.GenericCell;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000132", | |
"data": { | |
"origin": 0, | |
"index": 132 | |
} | |
}, | |
{ | |
"label": "GenericStack - haxe.ds.GenericStack", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "GenericStack" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.ds.GenericStack;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000133", | |
"data": { | |
"origin": 0, | |
"index": 133 | |
} | |
}, | |
{ | |
"label": "HashMap - haxe.ds.HashMap", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "HashMap" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.ds.HashMap;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000134", | |
"data": { | |
"origin": 0, | |
"index": 134 | |
} | |
}, | |
{ | |
"label": "IntMap - haxe.ds.IntMap", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "IntMap" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.ds.IntMap;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000135", | |
"data": { | |
"origin": 0, | |
"index": 135 | |
} | |
}, | |
{ | |
"label": "List - haxe.ds.List", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "List" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.ds.List;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000136", | |
"data": { | |
"origin": 0, | |
"index": 136 | |
} | |
}, | |
{ | |
"label": "ListSort - haxe.ds.ListSort", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ListSort" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.ds.ListSort;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000137", | |
"data": { | |
"origin": 0, | |
"index": 137 | |
} | |
}, | |
{ | |
"label": "Map - haxe.ds.Map", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Map" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.ds.Map;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000138", | |
"data": { | |
"origin": 0, | |
"index": 138 | |
} | |
}, | |
{ | |
"label": "ObjectMap - haxe.ds.ObjectMap", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ObjectMap" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.ds.ObjectMap;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000139", | |
"data": { | |
"origin": 0, | |
"index": 139 | |
} | |
}, | |
{ | |
"label": "Option - haxe.ds.Option", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Option" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.ds.Option;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000140", | |
"data": { | |
"origin": 0, | |
"index": 140 | |
} | |
}, | |
{ | |
"label": "StringMap - haxe.ds.StringMap", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "StringMap" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.ds.StringMap;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000141", | |
"data": { | |
"origin": 0, | |
"index": 141 | |
} | |
}, | |
{ | |
"label": "TreeNode - haxe.ds.BalancedTree.TreeNode", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TreeNode" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.ds.BalancedTree.TreeNode;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000142", | |
"data": { | |
"origin": 0, | |
"index": 142 | |
} | |
}, | |
{ | |
"label": "Vector - haxe.ds.Vector", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Vector" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.ds.Vector;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000143", | |
"data": { | |
"origin": 0, | |
"index": 143 | |
} | |
}, | |
{ | |
"label": "WeakMap - haxe.ds.WeakMap", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "WeakMap" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.ds.WeakMap;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000144", | |
"data": { | |
"origin": 0, | |
"index": 144 | |
} | |
}, | |
{ | |
"label": "AsVar - haxe.extern.AsVar", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "AsVar" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.extern.AsVar;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000145", | |
"data": { | |
"origin": 0, | |
"index": 145 | |
} | |
}, | |
{ | |
"label": "EitherType - haxe.extern.EitherType", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "EitherType" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.extern.EitherType;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000146", | |
"data": { | |
"origin": 0, | |
"index": 146 | |
} | |
}, | |
{ | |
"label": "Rest - haxe.extern.Rest", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Rest" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.extern.Rest;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000147", | |
"data": { | |
"origin": 0, | |
"index": 147 | |
} | |
}, | |
{ | |
"label": "JsonParser - haxe.format.JsonParser", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonParser" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.format.JsonParser;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000148", | |
"data": { | |
"origin": 0, | |
"index": 148 | |
} | |
}, | |
{ | |
"label": "JsonPrinter - haxe.format.JsonPrinter", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JsonPrinter" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.format.JsonPrinter;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000149", | |
"data": { | |
"origin": 0, | |
"index": 149 | |
} | |
}, | |
{ | |
"label": "HttpBase - haxe.http.HttpBase", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "HttpBase" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.http.HttpBase;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000150", | |
"data": { | |
"origin": 0, | |
"index": 150 | |
} | |
}, | |
{ | |
"label": "ArrayBufferView - haxe.io.ArrayBufferView", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ArrayBufferView" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.ArrayBufferView;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000151", | |
"data": { | |
"origin": 0, | |
"index": 151 | |
} | |
}, | |
{ | |
"label": "ArrayBufferViewData - haxe.io.ArrayBufferView.ArrayBufferViewData", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ArrayBufferViewData" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.ArrayBufferView.ArrayBufferViewData;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000152", | |
"data": { | |
"origin": 0, | |
"index": 152 | |
} | |
}, | |
{ | |
"label": "ArrayBufferViewImpl - haxe.io.ArrayBufferView.ArrayBufferViewImpl", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ArrayBufferViewImpl" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.ArrayBufferView.ArrayBufferViewImpl;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000153", | |
"data": { | |
"origin": 0, | |
"index": 153 | |
} | |
}, | |
{ | |
"label": "BufferInput - haxe.io.BufferInput", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "BufferInput" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.BufferInput;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000154", | |
"data": { | |
"origin": 0, | |
"index": 154 | |
} | |
}, | |
{ | |
"label": "Bytes - haxe.io.Bytes", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Bytes" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.Bytes;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000155", | |
"data": { | |
"origin": 0, | |
"index": 155 | |
} | |
}, | |
{ | |
"label": "BytesBuffer - haxe.io.BytesBuffer", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "BytesBuffer" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.BytesBuffer;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000156", | |
"data": { | |
"origin": 0, | |
"index": 156 | |
} | |
}, | |
{ | |
"label": "BytesData - haxe.io.BytesData", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "BytesData" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.BytesData;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000157", | |
"data": { | |
"origin": 0, | |
"index": 157 | |
} | |
}, | |
{ | |
"label": "BytesInput - haxe.io.BytesInput", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "BytesInput" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.BytesInput;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000158", | |
"data": { | |
"origin": 0, | |
"index": 158 | |
} | |
}, | |
{ | |
"label": "BytesOutput - haxe.io.BytesOutput", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "BytesOutput" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.BytesOutput;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000159", | |
"data": { | |
"origin": 0, | |
"index": 159 | |
} | |
}, | |
{ | |
"label": "Eof - haxe.io.Eof", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Eof" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.Eof;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000160", | |
"data": { | |
"origin": 0, | |
"index": 160 | |
} | |
}, | |
{ | |
"label": "Error - haxe.io.Error", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Error" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.Error;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000161", | |
"data": { | |
"origin": 0, | |
"index": 161 | |
} | |
}, | |
{ | |
"label": "FPHelper - haxe.io.FPHelper", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "FPHelper" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.FPHelper;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000162", | |
"data": { | |
"origin": 0, | |
"index": 162 | |
} | |
}, | |
{ | |
"label": "Float32Array - haxe.io.Float32Array", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Float32Array" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.Float32Array;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000163", | |
"data": { | |
"origin": 0, | |
"index": 163 | |
} | |
}, | |
{ | |
"label": "Float32ArrayData - haxe.io.Float32Array.Float32ArrayData", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Float32ArrayData" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.Float32Array.Float32ArrayData;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000164", | |
"data": { | |
"origin": 0, | |
"index": 164 | |
} | |
}, | |
{ | |
"label": "Float64Array - haxe.io.Float64Array", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Float64Array" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.Float64Array;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000165", | |
"data": { | |
"origin": 0, | |
"index": 165 | |
} | |
}, | |
{ | |
"label": "Float64ArrayData - haxe.io.Float64Array.Float64ArrayData", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Float64ArrayData" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.Float64Array.Float64ArrayData;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000166", | |
"data": { | |
"origin": 0, | |
"index": 166 | |
} | |
}, | |
{ | |
"label": "Input - haxe.io.Input", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Input" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.Input;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000167", | |
"data": { | |
"origin": 0, | |
"index": 167 | |
} | |
}, | |
{ | |
"label": "Int32Array - haxe.io.Int32Array", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Int32Array" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.Int32Array;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000168", | |
"data": { | |
"origin": 0, | |
"index": 168 | |
} | |
}, | |
{ | |
"label": "Int32ArrayData - haxe.io.Int32Array.Int32ArrayData", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Int32ArrayData" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.Int32Array.Int32ArrayData;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000169", | |
"data": { | |
"origin": 0, | |
"index": 169 | |
} | |
}, | |
{ | |
"label": "Output - haxe.io.Output", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Output" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.Output;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000170", | |
"data": { | |
"origin": 0, | |
"index": 170 | |
} | |
}, | |
{ | |
"label": "Path - haxe.io.Path", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Path" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.Path;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000171", | |
"data": { | |
"origin": 0, | |
"index": 171 | |
} | |
}, | |
{ | |
"label": "StringInput - haxe.io.StringInput", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "StringInput" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.StringInput;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000172", | |
"data": { | |
"origin": 0, | |
"index": 172 | |
} | |
}, | |
{ | |
"label": "UInt16Array - haxe.io.UInt16Array", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "UInt16Array" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.UInt16Array;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000173", | |
"data": { | |
"origin": 0, | |
"index": 173 | |
} | |
}, | |
{ | |
"label": "UInt16ArrayData - haxe.io.UInt16Array.UInt16ArrayData", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "UInt16ArrayData" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.UInt16Array.UInt16ArrayData;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000174", | |
"data": { | |
"origin": 0, | |
"index": 174 | |
} | |
}, | |
{ | |
"label": "UInt32Array - haxe.io.UInt32Array", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "UInt32Array" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.UInt32Array;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000175", | |
"data": { | |
"origin": 0, | |
"index": 175 | |
} | |
}, | |
{ | |
"label": "UInt32ArrayData - haxe.io.UInt32Array.UInt32ArrayData", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "UInt32ArrayData" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.UInt32Array.UInt32ArrayData;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000176", | |
"data": { | |
"origin": 0, | |
"index": 176 | |
} | |
}, | |
{ | |
"label": "UInt8Array - haxe.io.UInt8Array", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "UInt8Array" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.UInt8Array;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000177", | |
"data": { | |
"origin": 0, | |
"index": 177 | |
} | |
}, | |
{ | |
"label": "UInt8ArrayData - haxe.io.UInt8Array.UInt8ArrayData", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "UInt8ArrayData" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.io.UInt8Array.UInt8ArrayData;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000178", | |
"data": { | |
"origin": 0, | |
"index": 178 | |
} | |
}, | |
{ | |
"label": "AbstractType - haxe.macro.Type.AbstractType", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "AbstractType" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type.AbstractType;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000179", | |
"data": { | |
"origin": 0, | |
"index": 179 | |
} | |
}, | |
{ | |
"label": "Access - haxe.macro.Expr.Access", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Access" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.Access;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000180", | |
"data": { | |
"origin": 0, | |
"index": 180 | |
} | |
}, | |
{ | |
"label": "AnonStatus - haxe.macro.Type.AnonStatus", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "AnonStatus" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type.AnonStatus;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000181", | |
"data": { | |
"origin": 0, | |
"index": 181 | |
} | |
}, | |
{ | |
"label": "AnonType - haxe.macro.Type.AnonType", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "AnonType" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type.AnonType;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000182", | |
"data": { | |
"origin": 0, | |
"index": 182 | |
} | |
}, | |
{ | |
"label": "BaseType - haxe.macro.Type.BaseType", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "BaseType" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type.BaseType;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000183", | |
"data": { | |
"origin": 0, | |
"index": 183 | |
} | |
}, | |
{ | |
"label": "Binop - haxe.macro.Expr.Binop", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Binop" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.Binop;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000184", | |
"data": { | |
"origin": 0, | |
"index": 184 | |
} | |
}, | |
{ | |
"label": "Case - haxe.macro.Expr.Case", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Case" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.Case;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000185", | |
"data": { | |
"origin": 0, | |
"index": 185 | |
} | |
}, | |
{ | |
"label": "Catch - haxe.macro.Expr.Catch", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Catch" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.Catch;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000186", | |
"data": { | |
"origin": 0, | |
"index": 186 | |
} | |
}, | |
{ | |
"label": "ClassField - haxe.macro.Type.ClassField", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ClassField" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type.ClassField;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000187", | |
"data": { | |
"origin": 0, | |
"index": 187 | |
} | |
}, | |
{ | |
"label": "ClassKind - haxe.macro.Type.ClassKind", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ClassKind" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type.ClassKind;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000188", | |
"data": { | |
"origin": 0, | |
"index": 188 | |
} | |
}, | |
{ | |
"label": "ClassType - haxe.macro.Type.ClassType", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ClassType" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type.ClassType;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000189", | |
"data": { | |
"origin": 0, | |
"index": 189 | |
} | |
}, | |
{ | |
"label": "CompilationServer - haxe.macro.CompilationServer", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "CompilationServer" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.CompilationServer;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000190", | |
"data": { | |
"origin": 0, | |
"index": 190 | |
} | |
}, | |
{ | |
"label": "Compiler - haxe.macro.Compiler", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Compiler" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Compiler;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000191", | |
"data": { | |
"origin": 0, | |
"index": 191 | |
} | |
}, | |
{ | |
"label": "ComplexType - haxe.macro.Expr.ComplexType", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ComplexType" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.ComplexType;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000192", | |
"data": { | |
"origin": 0, | |
"index": 192 | |
} | |
}, | |
{ | |
"label": "ComplexTypeTools - haxe.macro.ComplexTypeTools", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ComplexTypeTools" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.ComplexTypeTools;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000193", | |
"data": { | |
"origin": 0, | |
"index": 193 | |
} | |
}, | |
{ | |
"label": "Constant - haxe.macro.Expr.Constant", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Constant" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.Constant;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000194", | |
"data": { | |
"origin": 0, | |
"index": 194 | |
} | |
}, | |
{ | |
"label": "Context - haxe.macro.Context", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Context" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Context;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000195", | |
"data": { | |
"origin": 0, | |
"index": 195 | |
} | |
}, | |
{ | |
"label": "Context - haxe.macro.Context.hl.Context", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Context" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Context.hl.Context;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000196", | |
"data": { | |
"origin": 0, | |
"index": 196 | |
} | |
}, | |
{ | |
"label": "ContextOptions - haxe.macro.CompilationServer.ContextOptions", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ContextOptions" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.CompilationServer.ContextOptions;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000197", | |
"data": { | |
"origin": 0, | |
"index": 197 | |
} | |
}, | |
{ | |
"label": "DefType - haxe.macro.Type.DefType", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "DefType" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type.DefType;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000198", | |
"data": { | |
"origin": 0, | |
"index": 198 | |
} | |
}, | |
{ | |
"label": "DisplayKind - haxe.macro.Expr.DisplayKind", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "DisplayKind" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.DisplayKind;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000199", | |
"data": { | |
"origin": 0, | |
"index": 199 | |
} | |
}, | |
{ | |
"label": "EnumField - haxe.macro.Type.EnumField", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "EnumField" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type.EnumField;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000200", | |
"data": { | |
"origin": 0, | |
"index": 200 | |
} | |
}, | |
{ | |
"label": "EnumType - haxe.macro.Type.EnumType", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "EnumType" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type.EnumType;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000201", | |
"data": { | |
"origin": 0, | |
"index": 201 | |
} | |
}, | |
{ | |
"label": "Error - haxe.macro.Expr.Error", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Error" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.Error;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000202", | |
"data": { | |
"origin": 0, | |
"index": 202 | |
} | |
}, | |
{ | |
"label": "ExampleJSGenerator - haxe.macro.ExampleJSGenerator", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ExampleJSGenerator" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.ExampleJSGenerator;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000203", | |
"data": { | |
"origin": 0, | |
"index": 203 | |
} | |
}, | |
{ | |
"label": "Expr - haxe.macro.Expr", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Expr" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000204", | |
"data": { | |
"origin": 0, | |
"index": 204 | |
} | |
}, | |
{ | |
"label": "ExprArrayTools - haxe.macro.ExprTools.ExprArrayTools", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ExprArrayTools" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.ExprTools.ExprArrayTools;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000205", | |
"data": { | |
"origin": 0, | |
"index": 205 | |
} | |
}, | |
{ | |
"label": "ExprDef - haxe.macro.Expr.ExprDef", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ExprDef" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.ExprDef;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000206", | |
"data": { | |
"origin": 0, | |
"index": 206 | |
} | |
}, | |
{ | |
"label": "ExprOf - haxe.macro.Expr.ExprOf", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ExprOf" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.ExprOf;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000207", | |
"data": { | |
"origin": 0, | |
"index": 207 | |
} | |
}, | |
{ | |
"label": "ExprTools - haxe.macro.ExprTools", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ExprTools" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.ExprTools;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000208", | |
"data": { | |
"origin": 0, | |
"index": 208 | |
} | |
}, | |
{ | |
"label": "Field - haxe.macro.Expr.Field", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Field" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.Field;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000209", | |
"data": { | |
"origin": 0, | |
"index": 209 | |
} | |
}, | |
{ | |
"label": "FieldAccess - haxe.macro.Type.FieldAccess", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "FieldAccess" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type.FieldAccess;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000210", | |
"data": { | |
"origin": 0, | |
"index": 210 | |
} | |
}, | |
{ | |
"label": "FieldKind - haxe.macro.Type.FieldKind", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "FieldKind" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type.FieldKind;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000211", | |
"data": { | |
"origin": 0, | |
"index": 211 | |
} | |
}, | |
{ | |
"label": "FieldType - haxe.macro.Expr.FieldType", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "FieldType" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.FieldType;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000212", | |
"data": { | |
"origin": 0, | |
"index": 212 | |
} | |
}, | |
{ | |
"label": "Format - haxe.macro.Format", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Format" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Format;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000213", | |
"data": { | |
"origin": 0, | |
"index": 213 | |
} | |
}, | |
{ | |
"label": "Function - haxe.macro.Expr.Function", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Function" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.Function;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000214", | |
"data": { | |
"origin": 0, | |
"index": 214 | |
} | |
}, | |
{ | |
"label": "FunctionArg - haxe.macro.Expr.FunctionArg", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "FunctionArg" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.FunctionArg;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000215", | |
"data": { | |
"origin": 0, | |
"index": 215 | |
} | |
}, | |
{ | |
"label": "ImportExpr - haxe.macro.Expr.ImportExpr", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ImportExpr" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.ImportExpr;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000216", | |
"data": { | |
"origin": 0, | |
"index": 216 | |
} | |
}, | |
{ | |
"label": "ImportMode - haxe.macro.Expr.ImportMode", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ImportMode" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.ImportMode;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000217", | |
"data": { | |
"origin": 0, | |
"index": 217 | |
} | |
}, | |
{ | |
"label": "IncludePosition - haxe.macro.Compiler.IncludePosition", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "IncludePosition" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Compiler.IncludePosition;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000218", | |
"data": { | |
"origin": 0, | |
"index": 218 | |
} | |
}, | |
{ | |
"label": "JSGenApi - haxe.macro.JSGenApi", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "JSGenApi" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.JSGenApi;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000219", | |
"data": { | |
"origin": 0, | |
"index": 219 | |
} | |
}, | |
{ | |
"label": "MacroStringTools - haxe.macro.MacroStringTools", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "MacroStringTools" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.MacroStringTools;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000220", | |
"data": { | |
"origin": 0, | |
"index": 220 | |
} | |
}, | |
{ | |
"label": "MacroType - haxe.macro.MacroType", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "MacroType" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.MacroType;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000221", | |
"data": { | |
"origin": 0, | |
"index": 221 | |
} | |
}, | |
{ | |
"label": "MetaAccess - haxe.macro.Type.MetaAccess", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "MetaAccess" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type.MetaAccess;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000222", | |
"data": { | |
"origin": 0, | |
"index": 222 | |
} | |
}, | |
{ | |
"label": "Metadata - haxe.macro.Expr.Metadata", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Metadata" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.Metadata;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000223", | |
"data": { | |
"origin": 0, | |
"index": 223 | |
} | |
}, | |
{ | |
"label": "MetadataEntry - haxe.macro.Expr.MetadataEntry", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "MetadataEntry" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.MetadataEntry;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000224", | |
"data": { | |
"origin": 0, | |
"index": 224 | |
} | |
}, | |
{ | |
"label": "MethodKind - haxe.macro.Type.MethodKind", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "MethodKind" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type.MethodKind;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000225", | |
"data": { | |
"origin": 0, | |
"index": 225 | |
} | |
}, | |
{ | |
"label": "ModuleCheckPolicy - haxe.macro.CompilationServer.ModuleCheckPolicy", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ModuleCheckPolicy" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.CompilationServer.ModuleCheckPolicy;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000226", | |
"data": { | |
"origin": 0, | |
"index": 226 | |
} | |
}, | |
{ | |
"label": "ModuleType - haxe.macro.Type.ModuleType", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ModuleType" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type.ModuleType;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000227", | |
"data": { | |
"origin": 0, | |
"index": 227 | |
} | |
}, | |
{ | |
"label": "ObjectField - haxe.macro.Expr.ObjectField", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ObjectField" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.ObjectField;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000228", | |
"data": { | |
"origin": 0, | |
"index": 228 | |
} | |
}, | |
{ | |
"label": "Position - haxe.macro.Expr.Position", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Position" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.Position;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000229", | |
"data": { | |
"origin": 0, | |
"index": 229 | |
} | |
}, | |
{ | |
"label": "PositionTools - haxe.macro.PositionTools", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "PositionTools" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.PositionTools;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000230", | |
"data": { | |
"origin": 0, | |
"index": 230 | |
} | |
}, | |
{ | |
"label": "Printer - haxe.macro.Printer", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Printer" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Printer;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000231", | |
"data": { | |
"origin": 0, | |
"index": 231 | |
} | |
}, | |
{ | |
"label": "QuoteStatus - haxe.macro.Expr.QuoteStatus", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "QuoteStatus" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.QuoteStatus;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000232", | |
"data": { | |
"origin": 0, | |
"index": 232 | |
} | |
}, | |
{ | |
"label": "Ref - haxe.macro.Type.Ref", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Ref" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type.Ref;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000233", | |
"data": { | |
"origin": 0, | |
"index": 233 | |
} | |
}, | |
{ | |
"label": "TComplexTypeTools - haxe.macro.Tools.TComplexTypeTools", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TComplexTypeTools" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Tools.TComplexTypeTools;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000234", | |
"data": { | |
"origin": 0, | |
"index": 234 | |
} | |
}, | |
{ | |
"label": "TConstant - haxe.macro.Type.TConstant", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TConstant" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type.TConstant;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000235", | |
"data": { | |
"origin": 0, | |
"index": 235 | |
} | |
}, | |
{ | |
"label": "TExprTools - haxe.macro.Tools.TExprTools", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TExprTools" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Tools.TExprTools;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000236", | |
"data": { | |
"origin": 0, | |
"index": 236 | |
} | |
}, | |
{ | |
"label": "TFunc - haxe.macro.Type.TFunc", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TFunc" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type.TFunc;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000237", | |
"data": { | |
"origin": 0, | |
"index": 237 | |
} | |
}, | |
{ | |
"label": "TMacroStringTools - haxe.macro.Tools.TMacroStringTools", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TMacroStringTools" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Tools.TMacroStringTools;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000238", | |
"data": { | |
"origin": 0, | |
"index": 238 | |
} | |
}, | |
{ | |
"label": "TPositionTools - haxe.macro.Tools.TPositionTools", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TPositionTools" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Tools.TPositionTools;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000239", | |
"data": { | |
"origin": 0, | |
"index": 239 | |
} | |
}, | |
{ | |
"label": "TTypeTools - haxe.macro.Tools.TTypeTools", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TTypeTools" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Tools.TTypeTools;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000240", | |
"data": { | |
"origin": 0, | |
"index": 240 | |
} | |
}, | |
{ | |
"label": "TTypedExprTools - haxe.macro.Tools.TTypedExprTools", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TTypedExprTools" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Tools.TTypedExprTools;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000241", | |
"data": { | |
"origin": 0, | |
"index": 241 | |
} | |
}, | |
{ | |
"label": "TVar - haxe.macro.Type.TVar", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TVar" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type.TVar;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000242", | |
"data": { | |
"origin": 0, | |
"index": 242 | |
} | |
}, | |
{ | |
"label": "Type - haxe.macro.Type", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Type" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000243", | |
"data": { | |
"origin": 0, | |
"index": 243 | |
} | |
}, | |
{ | |
"label": "TypeDefKind - haxe.macro.Expr.TypeDefKind", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TypeDefKind" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.TypeDefKind;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000244", | |
"data": { | |
"origin": 0, | |
"index": 244 | |
} | |
}, | |
{ | |
"label": "TypeDefinition - haxe.macro.Expr.TypeDefinition", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TypeDefinition" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.TypeDefinition;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000245", | |
"data": { | |
"origin": 0, | |
"index": 245 | |
} | |
}, | |
{ | |
"label": "TypeParam - haxe.macro.Expr.TypeParam", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TypeParam" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.TypeParam;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000246", | |
"data": { | |
"origin": 0, | |
"index": 246 | |
} | |
}, | |
{ | |
"label": "TypeParamDecl - haxe.macro.Expr.TypeParamDecl", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TypeParamDecl" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.TypeParamDecl;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000247", | |
"data": { | |
"origin": 0, | |
"index": 247 | |
} | |
}, | |
{ | |
"label": "TypeParameter - haxe.macro.Type.TypeParameter", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TypeParameter" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type.TypeParameter;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000248", | |
"data": { | |
"origin": 0, | |
"index": 248 | |
} | |
}, | |
{ | |
"label": "TypePath - haxe.macro.Expr.TypePath", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TypePath" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.TypePath;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000249", | |
"data": { | |
"origin": 0, | |
"index": 249 | |
} | |
}, | |
{ | |
"label": "TypeTools - haxe.macro.TypeTools", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TypeTools" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.TypeTools;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000250", | |
"data": { | |
"origin": 0, | |
"index": 250 | |
} | |
}, | |
{ | |
"label": "TypedExpr - haxe.macro.Type.TypedExpr", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TypedExpr" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type.TypedExpr;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000251", | |
"data": { | |
"origin": 0, | |
"index": 251 | |
} | |
}, | |
{ | |
"label": "TypedExprDef - haxe.macro.Type.TypedExprDef", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TypedExprDef" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type.TypedExprDef;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000252", | |
"data": { | |
"origin": 0, | |
"index": 252 | |
} | |
}, | |
{ | |
"label": "TypedExprTools - haxe.macro.TypedExprTools", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TypedExprTools" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.TypedExprTools;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000253", | |
"data": { | |
"origin": 0, | |
"index": 253 | |
} | |
}, | |
{ | |
"label": "Unop - haxe.macro.Expr.Unop", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Unop" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.Unop;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000254", | |
"data": { | |
"origin": 0, | |
"index": 254 | |
} | |
}, | |
{ | |
"label": "Var - haxe.macro.Expr.Var", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Var" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Expr.Var;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000255", | |
"data": { | |
"origin": 0, | |
"index": 255 | |
} | |
}, | |
{ | |
"label": "VarAccess - haxe.macro.Type.VarAccess", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "VarAccess" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.macro.Type.VarAccess;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000256", | |
"data": { | |
"origin": 0, | |
"index": 256 | |
} | |
}, | |
{ | |
"label": "Abstractdef - haxe.rtti.CType.Abstractdef", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Abstractdef" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.rtti.CType.Abstractdef;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000257", | |
"data": { | |
"origin": 0, | |
"index": 257 | |
} | |
}, | |
{ | |
"label": "CType - haxe.rtti.CType", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "CType" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.rtti.CType;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000258", | |
"data": { | |
"origin": 0, | |
"index": 258 | |
} | |
}, | |
{ | |
"label": "CTypeTools - haxe.rtti.CType.CTypeTools", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "CTypeTools" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.rtti.CType.CTypeTools;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000259", | |
"data": { | |
"origin": 0, | |
"index": 259 | |
} | |
}, | |
{ | |
"label": "ClassField - haxe.rtti.CType.ClassField", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ClassField" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.rtti.CType.ClassField;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000260", | |
"data": { | |
"origin": 0, | |
"index": 260 | |
} | |
}, | |
{ | |
"label": "Classdef - haxe.rtti.CType.Classdef", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Classdef" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.rtti.CType.Classdef;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000261", | |
"data": { | |
"origin": 0, | |
"index": 261 | |
} | |
}, | |
{ | |
"label": "EnumField - haxe.rtti.CType.EnumField", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "EnumField" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.rtti.CType.EnumField;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000262", | |
"data": { | |
"origin": 0, | |
"index": 262 | |
} | |
}, | |
{ | |
"label": "Enumdef - haxe.rtti.CType.Enumdef", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Enumdef" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.rtti.CType.Enumdef;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000263", | |
"data": { | |
"origin": 0, | |
"index": 263 | |
} | |
}, | |
{ | |
"label": "FunctionArgument - haxe.rtti.CType.FunctionArgument", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "FunctionArgument" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.rtti.CType.FunctionArgument;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000264", | |
"data": { | |
"origin": 0, | |
"index": 264 | |
} | |
}, | |
{ | |
"label": "Meta - haxe.rtti.Meta", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Meta" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.rtti.Meta;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000265", | |
"data": { | |
"origin": 0, | |
"index": 265 | |
} | |
}, | |
{ | |
"label": "MetaData - haxe.rtti.CType.MetaData", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "MetaData" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.rtti.CType.MetaData;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000266", | |
"data": { | |
"origin": 0, | |
"index": 266 | |
} | |
}, | |
{ | |
"label": "Path - haxe.rtti.CType.Path", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Path" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.rtti.CType.Path;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000267", | |
"data": { | |
"origin": 0, | |
"index": 267 | |
} | |
}, | |
{ | |
"label": "PathParams - haxe.rtti.CType.PathParams", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "PathParams" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.rtti.CType.PathParams;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000268", | |
"data": { | |
"origin": 0, | |
"index": 268 | |
} | |
}, | |
{ | |
"label": "Platforms - haxe.rtti.CType.Platforms", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Platforms" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.rtti.CType.Platforms;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000269", | |
"data": { | |
"origin": 0, | |
"index": 269 | |
} | |
}, | |
{ | |
"label": "Rights - haxe.rtti.CType.Rights", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Rights" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.rtti.CType.Rights;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000270", | |
"data": { | |
"origin": 0, | |
"index": 270 | |
} | |
}, | |
{ | |
"label": "Rtti - haxe.rtti.Rtti", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Rtti" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.rtti.Rtti;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000271", | |
"data": { | |
"origin": 0, | |
"index": 271 | |
} | |
}, | |
{ | |
"label": "TypeApi - haxe.rtti.CType.TypeApi", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TypeApi" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.rtti.CType.TypeApi;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000272", | |
"data": { | |
"origin": 0, | |
"index": 272 | |
} | |
}, | |
{ | |
"label": "TypeInfos - haxe.rtti.CType.TypeInfos", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TypeInfos" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.rtti.CType.TypeInfos;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000273", | |
"data": { | |
"origin": 0, | |
"index": 273 | |
} | |
}, | |
{ | |
"label": "TypeParams - haxe.rtti.CType.TypeParams", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TypeParams" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.rtti.CType.TypeParams;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000274", | |
"data": { | |
"origin": 0, | |
"index": 274 | |
} | |
}, | |
{ | |
"label": "TypeRoot - haxe.rtti.CType.TypeRoot", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TypeRoot" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.rtti.CType.TypeRoot;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000275", | |
"data": { | |
"origin": 0, | |
"index": 275 | |
} | |
}, | |
{ | |
"label": "TypeTree - haxe.rtti.CType.TypeTree", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TypeTree" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.rtti.CType.TypeTree;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000276", | |
"data": { | |
"origin": 0, | |
"index": 276 | |
} | |
}, | |
{ | |
"label": "Typedef - haxe.rtti.CType.Typedef", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Typedef" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.rtti.CType.Typedef;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000277", | |
"data": { | |
"origin": 0, | |
"index": 277 | |
} | |
}, | |
{ | |
"label": "XmlParser - haxe.rtti.XmlParser", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "XmlParser" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.rtti.XmlParser;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000278", | |
"data": { | |
"origin": 0, | |
"index": 278 | |
} | |
}, | |
{ | |
"label": "Attrib - haxe.xml.Check.Attrib", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Attrib" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.xml.Check.Attrib;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000279", | |
"data": { | |
"origin": 0, | |
"index": 279 | |
} | |
}, | |
{ | |
"label": "Check - haxe.xml.Check", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Check" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.xml.Check;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000280", | |
"data": { | |
"origin": 0, | |
"index": 280 | |
} | |
}, | |
{ | |
"label": "Fast - haxe.xml.Fast", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Fast" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.xml.Fast;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000281", | |
"data": { | |
"origin": 0, | |
"index": 281 | |
} | |
}, | |
{ | |
"label": "Filter - haxe.xml.Check.Filter", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Filter" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.xml.Check.Filter;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000282", | |
"data": { | |
"origin": 0, | |
"index": 282 | |
} | |
}, | |
{ | |
"label": "Parser - haxe.xml.Parser", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Parser" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.xml.Parser;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000283", | |
"data": { | |
"origin": 0, | |
"index": 283 | |
} | |
}, | |
{ | |
"label": "Printer - haxe.xml.Printer", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Printer" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.xml.Printer;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000284", | |
"data": { | |
"origin": 0, | |
"index": 284 | |
} | |
}, | |
{ | |
"label": "Proxy - haxe.xml.Proxy", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Proxy" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.xml.Proxy;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000285", | |
"data": { | |
"origin": 0, | |
"index": 285 | |
} | |
}, | |
{ | |
"label": "Rule - haxe.xml.Check.Rule", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Rule" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.xml.Check.Rule;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000286", | |
"data": { | |
"origin": 0, | |
"index": 286 | |
} | |
}, | |
{ | |
"label": "XmlParserException - haxe.xml.Parser.XmlParserException", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "XmlParserException" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.xml.Parser.XmlParserException;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000287", | |
"data": { | |
"origin": 0, | |
"index": 287 | |
} | |
}, | |
{ | |
"label": "Compress - haxe.zip.Compress", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Compress" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.zip.Compress;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000288", | |
"data": { | |
"origin": 0, | |
"index": 288 | |
} | |
}, | |
{ | |
"label": "Entry - haxe.zip.Entry", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Entry" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.zip.Entry;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000289", | |
"data": { | |
"origin": 0, | |
"index": 289 | |
} | |
}, | |
{ | |
"label": "ExtraField - haxe.zip.Entry.ExtraField", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ExtraField" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.zip.Entry.ExtraField;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000290", | |
"data": { | |
"origin": 0, | |
"index": 290 | |
} | |
}, | |
{ | |
"label": "FlushMode - haxe.zip.FlushMode", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "FlushMode" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.zip.FlushMode;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000291", | |
"data": { | |
"origin": 0, | |
"index": 291 | |
} | |
}, | |
{ | |
"label": "HuffTools - haxe.zip.Huffman.HuffTools", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "HuffTools" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.zip.Huffman.HuffTools;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000292", | |
"data": { | |
"origin": 0, | |
"index": 292 | |
} | |
}, | |
{ | |
"label": "Huffman - haxe.zip.Huffman", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Huffman" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.zip.Huffman;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000293", | |
"data": { | |
"origin": 0, | |
"index": 293 | |
} | |
}, | |
{ | |
"label": "InflateImpl - haxe.zip.InflateImpl", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "InflateImpl" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.zip.InflateImpl;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000294", | |
"data": { | |
"origin": 0, | |
"index": 294 | |
} | |
}, | |
{ | |
"label": "Reader - haxe.zip.Reader", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Reader" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.zip.Reader;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000295", | |
"data": { | |
"origin": 0, | |
"index": 295 | |
} | |
}, | |
{ | |
"label": "Tools - haxe.zip.Tools", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Tools" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.zip.Tools;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000296", | |
"data": { | |
"origin": 0, | |
"index": 296 | |
} | |
}, | |
{ | |
"label": "Uncompress - haxe.zip.Uncompress", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Uncompress" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.zip.Uncompress;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000297", | |
"data": { | |
"origin": 0, | |
"index": 297 | |
} | |
}, | |
{ | |
"label": "Writer - haxe.zip.Writer", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Writer" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import haxe.zip.Writer;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000298", | |
"data": { | |
"origin": 0, | |
"index": 298 | |
} | |
}, | |
{ | |
"label": "AnyTable - lua.Table.AnyTable", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "AnyTable" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Table.AnyTable;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000299", | |
"data": { | |
"origin": 0, | |
"index": 299 | |
} | |
}, | |
{ | |
"label": "Bit - lua.Bit", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Bit" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Bit;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000300", | |
"data": { | |
"origin": 0, | |
"index": 300 | |
} | |
}, | |
{ | |
"label": "Boot - lua.Boot", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Boot" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Boot;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000301", | |
"data": { | |
"origin": 0, | |
"index": 301 | |
} | |
}, | |
{ | |
"label": "CollectGarbageOption - lua.Lua.CollectGarbageOption", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "CollectGarbageOption" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Lua.CollectGarbageOption;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000302", | |
"data": { | |
"origin": 0, | |
"index": 302 | |
} | |
}, | |
{ | |
"label": "Coroutine - lua.Coroutine", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Coroutine" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Coroutine;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000303", | |
"data": { | |
"origin": 0, | |
"index": 303 | |
} | |
}, | |
{ | |
"label": "CoroutineResume - lua.Coroutine.CoroutineResume", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "CoroutineResume" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Coroutine.CoroutineResume;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000304", | |
"data": { | |
"origin": 0, | |
"index": 304 | |
} | |
}, | |
{ | |
"label": "CoroutineRunning - lua.Coroutine.CoroutineRunning", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "CoroutineRunning" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Coroutine.CoroutineRunning;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000305", | |
"data": { | |
"origin": 0, | |
"index": 305 | |
} | |
}, | |
{ | |
"label": "CoroutineState - lua.Coroutine.CoroutineState", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "CoroutineState" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Coroutine.CoroutineState;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000306", | |
"data": { | |
"origin": 0, | |
"index": 306 | |
} | |
}, | |
{ | |
"label": "DateType - lua.Os.DateType", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "DateType" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Os.DateType;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000307", | |
"data": { | |
"origin": 0, | |
"index": 307 | |
} | |
}, | |
{ | |
"label": "Debug - lua.Debug", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Debug" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Debug;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000308", | |
"data": { | |
"origin": 0, | |
"index": 308 | |
} | |
}, | |
{ | |
"label": "DebugInfo - lua.Debug.DebugInfo", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "DebugInfo" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Debug.DebugInfo;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000309", | |
"data": { | |
"origin": 0, | |
"index": 309 | |
} | |
}, | |
{ | |
"label": "FileHandle - lua.FileHandle", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "FileHandle" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.FileHandle;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000310", | |
"data": { | |
"origin": 0, | |
"index": 310 | |
} | |
}, | |
{ | |
"label": "HaxeIterator - lua.HaxeIterator", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "HaxeIterator" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.HaxeIterator;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000311", | |
"data": { | |
"origin": 0, | |
"index": 311 | |
} | |
}, | |
{ | |
"label": "IPairsResult - lua.Lua.IPairsResult", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "IPairsResult" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Lua.IPairsResult;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000312", | |
"data": { | |
"origin": 0, | |
"index": 312 | |
} | |
}, | |
{ | |
"label": "Io - lua.Io", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Io" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Io;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000313", | |
"data": { | |
"origin": 0, | |
"index": 313 | |
} | |
}, | |
{ | |
"label": "IoType - lua.Io.IoType", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "IoType" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Io.IoType;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000314", | |
"data": { | |
"origin": 0, | |
"index": 314 | |
} | |
}, | |
{ | |
"label": "Lib - lua.Lib", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Lib" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Lib;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000315", | |
"data": { | |
"origin": 0, | |
"index": 315 | |
} | |
}, | |
{ | |
"label": "LoadResult - lua.Lua.LoadResult", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "LoadResult" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Lua.LoadResult;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000316", | |
"data": { | |
"origin": 0, | |
"index": 316 | |
} | |
}, | |
{ | |
"label": "LocaleCategory - lua.LocaleCategory", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "LocaleCategory" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.LocaleCategory;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000317", | |
"data": { | |
"origin": 0, | |
"index": 317 | |
} | |
}, | |
{ | |
"label": "Lua - lua.Lua", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Lua" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Lua;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000318", | |
"data": { | |
"origin": 0, | |
"index": 318 | |
} | |
}, | |
{ | |
"label": "Math - lua.Math", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Math" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Math;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000319", | |
"data": { | |
"origin": 0, | |
"index": 319 | |
} | |
}, | |
{ | |
"label": "MathFrexpResult - lua.Math.MathFrexpResult", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "MathFrexpResult" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Math.MathFrexpResult;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000320", | |
"data": { | |
"origin": 0, | |
"index": 320 | |
} | |
}, | |
{ | |
"label": "NativeIterator - lua.NativeIterator", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "NativeIterator" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.NativeIterator;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000321", | |
"data": { | |
"origin": 0, | |
"index": 321 | |
} | |
}, | |
{ | |
"label": "NativeStringTools - lua.NativeStringTools", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "NativeStringTools" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.NativeStringTools;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000322", | |
"data": { | |
"origin": 0, | |
"index": 322 | |
} | |
}, | |
{ | |
"label": "NextResult - lua.Lua.NextResult", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "NextResult" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Lua.NextResult;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000323", | |
"data": { | |
"origin": 0, | |
"index": 323 | |
} | |
}, | |
{ | |
"label": "Os - lua.Os", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Os" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Os;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000324", | |
"data": { | |
"origin": 0, | |
"index": 324 | |
} | |
}, | |
{ | |
"label": "OsExecute - lua.Os.OsExecute", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "OsExecute" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Os.OsExecute;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000325", | |
"data": { | |
"origin": 0, | |
"index": 325 | |
} | |
}, | |
{ | |
"label": "OsSuccess - lua.Os.OsSuccess", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "OsSuccess" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Os.OsSuccess;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000326", | |
"data": { | |
"origin": 0, | |
"index": 326 | |
} | |
}, | |
{ | |
"label": "PCallResult - lua.Lua.PCallResult", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "PCallResult" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Lua.PCallResult;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000327", | |
"data": { | |
"origin": 0, | |
"index": 327 | |
} | |
}, | |
{ | |
"label": "Package - lua.Package", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Package" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Package;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000328", | |
"data": { | |
"origin": 0, | |
"index": 328 | |
} | |
}, | |
{ | |
"label": "PairTools - lua.PairTools", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "PairTools" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.PairTools;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000329", | |
"data": { | |
"origin": 0, | |
"index": 329 | |
} | |
}, | |
{ | |
"label": "PairsResult - lua.Lua.PairsResult", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "PairsResult" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Lua.PairsResult;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000330", | |
"data": { | |
"origin": 0, | |
"index": 330 | |
} | |
}, | |
{ | |
"label": "Result - lua.Result", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Result" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Result;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000331", | |
"data": { | |
"origin": 0, | |
"index": 331 | |
} | |
}, | |
{ | |
"label": "StringFind - lua.NativeStringTools.StringFind", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "StringFind" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.NativeStringTools.StringFind;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000332", | |
"data": { | |
"origin": 0, | |
"index": 332 | |
} | |
}, | |
{ | |
"label": "StringSub - lua.NativeStringTools.StringSub", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "StringSub" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.NativeStringTools.StringSub;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000333", | |
"data": { | |
"origin": 0, | |
"index": 333 | |
} | |
}, | |
{ | |
"label": "Table - lua.Table", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Table" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Table;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000334", | |
"data": { | |
"origin": 0, | |
"index": 334 | |
} | |
}, | |
{ | |
"label": "TableTools - lua.TableTools", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TableTools" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.TableTools;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000335", | |
"data": { | |
"origin": 0, | |
"index": 335 | |
} | |
}, | |
{ | |
"label": "Thread - lua.Thread", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Thread" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Thread;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000336", | |
"data": { | |
"origin": 0, | |
"index": 336 | |
} | |
}, | |
{ | |
"label": "Time - lua.Time", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Time" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Time;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000337", | |
"data": { | |
"origin": 0, | |
"index": 337 | |
} | |
}, | |
{ | |
"label": "TimeParam - lua.Os.TimeParam", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TimeParam" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.Os.TimeParam;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000338", | |
"data": { | |
"origin": 0, | |
"index": 338 | |
} | |
}, | |
{ | |
"label": "UserData - lua.UserData", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "UserData" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.UserData;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000339", | |
"data": { | |
"origin": 0, | |
"index": 339 | |
} | |
}, | |
{ | |
"label": "Environ - lua.lib.environ.Environ", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Environ" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.environ.Environ;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000340", | |
"data": { | |
"origin": 0, | |
"index": 340 | |
} | |
}, | |
{ | |
"label": "Rex - lua.lib.lrexlib.Rex", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Rex" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.lrexlib.Rex;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000341", | |
"data": { | |
"origin": 0, | |
"index": 341 | |
} | |
}, | |
{ | |
"label": "Socket - lua.lib.luasocket.Socket", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Socket" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luasocket.Socket;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000342", | |
"data": { | |
"origin": 0, | |
"index": 342 | |
} | |
}, | |
{ | |
"label": "AddrInfo - lua.lib.luasocket.socket.AddrInfo", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "AddrInfo" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luasocket.socket.AddrInfo;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000343", | |
"data": { | |
"origin": 0, | |
"index": 343 | |
} | |
}, | |
{ | |
"label": "Dns - lua.lib.luasocket.socket.Dns", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Dns" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luasocket.socket.Dns;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000344", | |
"data": { | |
"origin": 0, | |
"index": 344 | |
} | |
}, | |
{ | |
"label": "ReceivePattern - lua.lib.luasocket.socket.ReceivePattern", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ReceivePattern" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luasocket.socket.ReceivePattern;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000345", | |
"data": { | |
"origin": 0, | |
"index": 345 | |
} | |
}, | |
{ | |
"label": "SelectResult - lua.lib.luasocket.socket.SelectResult", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "SelectResult" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luasocket.socket.SelectResult;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000346", | |
"data": { | |
"origin": 0, | |
"index": 346 | |
} | |
}, | |
{ | |
"label": "ShutdownMode - lua.lib.luasocket.socket.ShutdownMode", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ShutdownMode" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luasocket.socket.ShutdownMode;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000347", | |
"data": { | |
"origin": 0, | |
"index": 347 | |
} | |
}, | |
{ | |
"label": "TcpClient - lua.lib.luasocket.socket.TcpClient", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TcpClient" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luasocket.socket.TcpClient;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000348", | |
"data": { | |
"origin": 0, | |
"index": 348 | |
} | |
}, | |
{ | |
"label": "TcpMaster - lua.lib.luasocket.socket.TcpMaster", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TcpMaster" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luasocket.socket.TcpMaster;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000349", | |
"data": { | |
"origin": 0, | |
"index": 349 | |
} | |
}, | |
{ | |
"label": "TcpOption - lua.lib.luasocket.socket.TcpOption", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TcpOption" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luasocket.socket.TcpOption;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000350", | |
"data": { | |
"origin": 0, | |
"index": 350 | |
} | |
}, | |
{ | |
"label": "TcpServer - lua.lib.luasocket.socket.TcpServer", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TcpServer" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luasocket.socket.TcpServer;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000351", | |
"data": { | |
"origin": 0, | |
"index": 351 | |
} | |
}, | |
{ | |
"label": "TimeoutMode - lua.lib.luasocket.socket.TimeoutMode", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TimeoutMode" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luasocket.socket.TimeoutMode;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000352", | |
"data": { | |
"origin": 0, | |
"index": 352 | |
} | |
}, | |
{ | |
"label": "Async - lua.lib.luv.Async", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Async" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Async;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000353", | |
"data": { | |
"origin": 0, | |
"index": 353 | |
} | |
}, | |
{ | |
"label": "Check - lua.lib.luv.Check", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Check" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Check;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000354", | |
"data": { | |
"origin": 0, | |
"index": 354 | |
} | |
}, | |
{ | |
"label": "CpuInfo - lua.lib.luv.Misc.CpuInfo", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "CpuInfo" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Misc.CpuInfo;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000355", | |
"data": { | |
"origin": 0, | |
"index": 355 | |
} | |
}, | |
{ | |
"label": "CpuTimes - lua.lib.luv.Misc.CpuTimes", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "CpuTimes" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Misc.CpuTimes;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000356", | |
"data": { | |
"origin": 0, | |
"index": 356 | |
} | |
}, | |
{ | |
"label": "Handle - lua.lib.luv.Handle", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Handle" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Handle;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000357", | |
"data": { | |
"origin": 0, | |
"index": 357 | |
} | |
}, | |
{ | |
"label": "Idle - lua.lib.luv.Idle", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Idle" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Idle;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000358", | |
"data": { | |
"origin": 0, | |
"index": 358 | |
} | |
}, | |
{ | |
"label": "Loop - lua.lib.luv.Loop", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Loop" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Loop;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000359", | |
"data": { | |
"origin": 0, | |
"index": 359 | |
} | |
}, | |
{ | |
"label": "LuvSpawn - lua.lib.luv.Process.LuvSpawn", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "LuvSpawn" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Process.LuvSpawn;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000360", | |
"data": { | |
"origin": 0, | |
"index": 360 | |
} | |
}, | |
{ | |
"label": "MicroTimeStamp - lua.lib.luv.Misc.MicroTimeStamp", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "MicroTimeStamp" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Misc.MicroTimeStamp;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000361", | |
"data": { | |
"origin": 0, | |
"index": 361 | |
} | |
}, | |
{ | |
"label": "Misc - lua.lib.luv.Misc", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Misc" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Misc;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000362", | |
"data": { | |
"origin": 0, | |
"index": 362 | |
} | |
}, | |
{ | |
"label": "Pipe - lua.lib.luv.Pipe", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Pipe" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Pipe;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000363", | |
"data": { | |
"origin": 0, | |
"index": 363 | |
} | |
}, | |
{ | |
"label": "Poll - lua.lib.luv.Poll", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Poll" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Poll;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000364", | |
"data": { | |
"origin": 0, | |
"index": 364 | |
} | |
}, | |
{ | |
"label": "Prepare - lua.lib.luv.Prepare", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Prepare" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Prepare;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000365", | |
"data": { | |
"origin": 0, | |
"index": 365 | |
} | |
}, | |
{ | |
"label": "Process - lua.lib.luv.Process", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Process" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Process;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000366", | |
"data": { | |
"origin": 0, | |
"index": 366 | |
} | |
}, | |
{ | |
"label": "ProcessOptions - lua.lib.luv.Process.ProcessOptions", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ProcessOptions" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Process.ProcessOptions;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000367", | |
"data": { | |
"origin": 0, | |
"index": 367 | |
} | |
}, | |
{ | |
"label": "Request - lua.lib.luv.Request", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Request" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Request;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000368", | |
"data": { | |
"origin": 0, | |
"index": 368 | |
} | |
}, | |
{ | |
"label": "ResourceUsage - lua.lib.luv.Misc.ResourceUsage", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ResourceUsage" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Misc.ResourceUsage;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000369", | |
"data": { | |
"origin": 0, | |
"index": 369 | |
} | |
}, | |
{ | |
"label": "Signal - lua.lib.luv.Signal", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Signal" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Signal;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000370", | |
"data": { | |
"origin": 0, | |
"index": 370 | |
} | |
}, | |
{ | |
"label": "Stream - lua.lib.luv.Stream", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Stream" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Stream;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000371", | |
"data": { | |
"origin": 0, | |
"index": 371 | |
} | |
}, | |
{ | |
"label": "StreamData - lua.lib.luv.Stream.StreamData", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "StreamData" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Stream.StreamData;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000372", | |
"data": { | |
"origin": 0, | |
"index": 372 | |
} | |
}, | |
{ | |
"label": "Thread - lua.lib.luv.Thread", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Thread" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Thread;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000373", | |
"data": { | |
"origin": 0, | |
"index": 373 | |
} | |
}, | |
{ | |
"label": "Timer - lua.lib.luv.Timer", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Timer" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Timer;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000374", | |
"data": { | |
"origin": 0, | |
"index": 374 | |
} | |
}, | |
{ | |
"label": "Tty - lua.lib.luv.Tty", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Tty" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Tty;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000375", | |
"data": { | |
"origin": 0, | |
"index": 375 | |
} | |
}, | |
{ | |
"label": "WidthHeight - lua.lib.luv.Tty.WidthHeight", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "WidthHeight" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Tty.WidthHeight;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000376", | |
"data": { | |
"origin": 0, | |
"index": 376 | |
} | |
}, | |
{ | |
"label": "Work - lua.lib.luv.Work", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Work" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.Work;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000377", | |
"data": { | |
"origin": 0, | |
"index": 377 | |
} | |
}, | |
{ | |
"label": "FileDescriptor - lua.lib.luv.fs.FileDescriptor", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "FileDescriptor" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.fs.FileDescriptor;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000378", | |
"data": { | |
"origin": 0, | |
"index": 378 | |
} | |
}, | |
{ | |
"label": "FileSystem - lua.lib.luv.fs.FileSystem", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "FileSystem" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.fs.FileSystem;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000379", | |
"data": { | |
"origin": 0, | |
"index": 379 | |
} | |
}, | |
{ | |
"label": "FileSystemEvent - lua.lib.luv.fs.FileSystemEvent", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "FileSystemEvent" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.fs.FileSystemEvent;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000380", | |
"data": { | |
"origin": 0, | |
"index": 380 | |
} | |
}, | |
{ | |
"label": "FileSystemPoll - lua.lib.luv.fs.FileSystemPoll", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "FileSystemPoll" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.fs.FileSystemPoll;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000381", | |
"data": { | |
"origin": 0, | |
"index": 381 | |
} | |
}, | |
{ | |
"label": "Open - lua.lib.luv.fs.Open", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Open" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.fs.Open;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000382", | |
"data": { | |
"origin": 0, | |
"index": 382 | |
} | |
}, | |
{ | |
"label": "ScanDirMarker - lua.lib.luv.fs.FileSystem.ScanDirMarker", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ScanDirMarker" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.fs.FileSystem.ScanDirMarker;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000383", | |
"data": { | |
"origin": 0, | |
"index": 383 | |
} | |
}, | |
{ | |
"label": "ScandirNext - lua.lib.luv.fs.FileSystem.ScandirNext", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ScandirNext" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.fs.FileSystem.ScandirNext;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000384", | |
"data": { | |
"origin": 0, | |
"index": 384 | |
} | |
}, | |
{ | |
"label": "StartOptions - lua.lib.luv.fs.FileSystemEvent.StartOptions", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "StartOptions" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.fs.FileSystemEvent.StartOptions;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000385", | |
"data": { | |
"origin": 0, | |
"index": 385 | |
} | |
}, | |
{ | |
"label": "Stat - lua.lib.luv.fs.FileSystem.Stat", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Stat" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.fs.FileSystem.Stat;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000386", | |
"data": { | |
"origin": 0, | |
"index": 386 | |
} | |
}, | |
{ | |
"label": "TimeStamp - lua.lib.luv.fs.FileSystem.TimeStamp", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "TimeStamp" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.fs.FileSystem.TimeStamp;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000387", | |
"data": { | |
"origin": 0, | |
"index": 387 | |
} | |
}, | |
{ | |
"label": "AddrInfo - lua.lib.luv.net.Dns.AddrInfo", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "AddrInfo" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.net.Dns.AddrInfo;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000388", | |
"data": { | |
"origin": 0, | |
"index": 388 | |
} | |
}, | |
{ | |
"label": "Dns - lua.lib.luv.net.Dns", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Dns" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.net.Dns;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000389", | |
"data": { | |
"origin": 0, | |
"index": 389 | |
} | |
}, | |
{ | |
"label": "Tcp - lua.lib.luv.net.Tcp", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Tcp" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.net.Tcp;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000390", | |
"data": { | |
"origin": 0, | |
"index": 390 | |
} | |
}, | |
{ | |
"label": "Udp - lua.lib.luv.net.Udp", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Udp" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import lua.lib.luv.net.Udp;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000391", | |
"data": { | |
"origin": 0, | |
"index": 391 | |
} | |
}, | |
{ | |
"label": "FileStat - sys.FileStat", | |
"kind": 22, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "FileStat" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import sys.FileStat;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000392", | |
"data": { | |
"origin": 0, | |
"index": 392 | |
} | |
}, | |
{ | |
"label": "FileSystem - sys.FileSystem", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "FileSystem" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import sys.FileSystem;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000393", | |
"data": { | |
"origin": 0, | |
"index": 393 | |
} | |
}, | |
{ | |
"label": "Http - sys.Http", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Http" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import sys.Http;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000394", | |
"data": { | |
"origin": 0, | |
"index": 394 | |
} | |
}, | |
{ | |
"label": "Connection - sys.db.Connection", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Connection" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import sys.db.Connection;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000395", | |
"data": { | |
"origin": 0, | |
"index": 395 | |
} | |
}, | |
{ | |
"label": "Mysql - sys.db.Mysql", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Mysql" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import sys.db.Mysql;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000396", | |
"data": { | |
"origin": 0, | |
"index": 396 | |
} | |
}, | |
{ | |
"label": "ResultSet - sys.db.ResultSet", | |
"kind": 8, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "ResultSet" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import sys.db.ResultSet;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000397", | |
"data": { | |
"origin": 0, | |
"index": 397 | |
} | |
}, | |
{ | |
"label": "Sqlite - sys.db.Sqlite", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Sqlite" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import sys.db.Sqlite;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000398", | |
"data": { | |
"origin": 0, | |
"index": 398 | |
} | |
}, | |
{ | |
"label": "File - sys.io.File", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "File" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import sys.io.File;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000399", | |
"data": { | |
"origin": 0, | |
"index": 399 | |
} | |
}, | |
{ | |
"label": "FileInput - sys.io.FileInput", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "FileInput" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import sys.io.FileInput;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000400", | |
"data": { | |
"origin": 0, | |
"index": 400 | |
} | |
}, | |
{ | |
"label": "FileOutput - sys.io.FileOutput", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "FileOutput" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import sys.io.FileOutput;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000401", | |
"data": { | |
"origin": 0, | |
"index": 401 | |
} | |
}, | |
{ | |
"label": "FileSeek - sys.io.FileSeek", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "FileSeek" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import sys.io.FileSeek;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000402", | |
"data": { | |
"origin": 0, | |
"index": 402 | |
} | |
}, | |
{ | |
"label": "Process - sys.io.Process", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Process" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import sys.io.Process;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000403", | |
"data": { | |
"origin": 0, | |
"index": 403 | |
} | |
}, | |
{ | |
"label": "Address - sys.net.Address", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Address" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import sys.net.Address;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000404", | |
"data": { | |
"origin": 0, | |
"index": 404 | |
} | |
}, | |
{ | |
"label": "Host - sys.net.Host", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Host" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import sys.net.Host;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000405", | |
"data": { | |
"origin": 0, | |
"index": 405 | |
} | |
}, | |
{ | |
"label": "Socket - sys.net.Socket", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Socket" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import sys.net.Socket;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000406", | |
"data": { | |
"origin": 0, | |
"index": 406 | |
} | |
}, | |
{ | |
"label": "UdpSocket - sys.net.UdpSocket", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "UdpSocket" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import sys.net.UdpSocket;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000407", | |
"data": { | |
"origin": 0, | |
"index": 407 | |
} | |
}, | |
{ | |
"label": "Certificate - sys.ssl.Certificate", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Certificate" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import sys.ssl.Certificate;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000408", | |
"data": { | |
"origin": 0, | |
"index": 408 | |
} | |
}, | |
{ | |
"label": "Digest - sys.ssl.Digest", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Digest" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import sys.ssl.Digest;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000409", | |
"data": { | |
"origin": 0, | |
"index": 409 | |
} | |
}, | |
{ | |
"label": "DigestAlgorithm - sys.ssl.DigestAlgorithm", | |
"kind": 13, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "DigestAlgorithm" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import sys.ssl.DigestAlgorithm;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000410", | |
"data": { | |
"origin": 0, | |
"index": 410 | |
} | |
}, | |
{ | |
"label": "Key - sys.ssl.Key", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Key" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import sys.ssl.Key;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000411", | |
"data": { | |
"origin": 0, | |
"index": 411 | |
} | |
}, | |
{ | |
"label": "Socket - sys.ssl.Socket", | |
"kind": 7, | |
"textEdit": { | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
}, | |
"newText": "Socket" | |
}, | |
"additionalTextEdits": [ | |
{ | |
"range": { | |
"start": { | |
"line": 0, | |
"character": 0 | |
}, | |
"end": { | |
"line": 0, | |
"character": 0 | |
} | |
}, | |
"newText": "import sys.ssl.Socket;\n\n" | |
} | |
], | |
"documentation": null, | |
"sortText": "0000000412", | |
"data": { | |
"origin": 0, | |
"index": 412 | |
} | |
}, | |
{ | |
"label": "haxe", | |
"kind": 9, | |
"detail": "package haxe", | |
"textEdit": { | |
"newText": "haxe.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000413", | |
"data": { | |
"origin": 0, | |
"index": 413 | |
} | |
}, | |
{ | |
"label": "haxe.crypto", | |
"kind": 9, | |
"detail": "package haxe.crypto", | |
"textEdit": { | |
"newText": "haxe.crypto.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000414", | |
"data": { | |
"origin": 0, | |
"index": 414 | |
} | |
}, | |
{ | |
"label": "haxe.display", | |
"kind": 9, | |
"detail": "package haxe.display", | |
"textEdit": { | |
"newText": "haxe.display.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000415", | |
"data": { | |
"origin": 0, | |
"index": 415 | |
} | |
}, | |
{ | |
"label": "haxe.ds", | |
"kind": 9, | |
"detail": "package haxe.ds", | |
"textEdit": { | |
"newText": "haxe.ds.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000416", | |
"data": { | |
"origin": 0, | |
"index": 416 | |
} | |
}, | |
{ | |
"label": "haxe.extern", | |
"kind": 9, | |
"detail": "package haxe.extern", | |
"textEdit": { | |
"newText": "haxe.extern.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000417", | |
"data": { | |
"origin": 0, | |
"index": 417 | |
} | |
}, | |
{ | |
"label": "haxe.format", | |
"kind": 9, | |
"detail": "package haxe.format", | |
"textEdit": { | |
"newText": "haxe.format.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000418", | |
"data": { | |
"origin": 0, | |
"index": 418 | |
} | |
}, | |
{ | |
"label": "haxe.http", | |
"kind": 9, | |
"detail": "package haxe.http", | |
"textEdit": { | |
"newText": "haxe.http.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000419", | |
"data": { | |
"origin": 0, | |
"index": 419 | |
} | |
}, | |
{ | |
"label": "haxe.io", | |
"kind": 9, | |
"detail": "package haxe.io", | |
"textEdit": { | |
"newText": "haxe.io.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000420", | |
"data": { | |
"origin": 0, | |
"index": 420 | |
} | |
}, | |
{ | |
"label": "haxe.macro", | |
"kind": 9, | |
"detail": "package haxe.macro", | |
"textEdit": { | |
"newText": "haxe.macro.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000421", | |
"data": { | |
"origin": 0, | |
"index": 421 | |
} | |
}, | |
{ | |
"label": "haxe.rtti", | |
"kind": 9, | |
"detail": "package haxe.rtti", | |
"textEdit": { | |
"newText": "haxe.rtti.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000422", | |
"data": { | |
"origin": 0, | |
"index": 422 | |
} | |
}, | |
{ | |
"label": "haxe.xml", | |
"kind": 9, | |
"detail": "package haxe.xml", | |
"textEdit": { | |
"newText": "haxe.xml.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000423", | |
"data": { | |
"origin": 0, | |
"index": 423 | |
} | |
}, | |
{ | |
"label": "haxe.zip", | |
"kind": 9, | |
"detail": "package haxe.zip", | |
"textEdit": { | |
"newText": "haxe.zip.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000424", | |
"data": { | |
"origin": 0, | |
"index": 424 | |
} | |
}, | |
{ | |
"label": "lua", | |
"kind": 9, | |
"detail": "package lua", | |
"textEdit": { | |
"newText": "lua.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000425", | |
"data": { | |
"origin": 0, | |
"index": 425 | |
} | |
}, | |
{ | |
"label": "lua.lib.environ", | |
"kind": 9, | |
"detail": "package lua.lib.environ", | |
"textEdit": { | |
"newText": "lua.lib.environ.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000426", | |
"data": { | |
"origin": 0, | |
"index": 426 | |
} | |
}, | |
{ | |
"label": "lua.lib.lrexlib", | |
"kind": 9, | |
"detail": "package lua.lib.lrexlib", | |
"textEdit": { | |
"newText": "lua.lib.lrexlib.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000427", | |
"data": { | |
"origin": 0, | |
"index": 427 | |
} | |
}, | |
{ | |
"label": "lua.lib.luasocket", | |
"kind": 9, | |
"detail": "package lua.lib.luasocket", | |
"textEdit": { | |
"newText": "lua.lib.luasocket.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000428", | |
"data": { | |
"origin": 0, | |
"index": 428 | |
} | |
}, | |
{ | |
"label": "lua.lib.luasocket.socket", | |
"kind": 9, | |
"detail": "package lua.lib.luasocket.socket", | |
"textEdit": { | |
"newText": "lua.lib.luasocket.socket.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000429", | |
"data": { | |
"origin": 0, | |
"index": 429 | |
} | |
}, | |
{ | |
"label": "lua.lib.luv", | |
"kind": 9, | |
"detail": "package lua.lib.luv", | |
"textEdit": { | |
"newText": "lua.lib.luv.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000430", | |
"data": { | |
"origin": 0, | |
"index": 430 | |
} | |
}, | |
{ | |
"label": "lua.lib.luv.fs", | |
"kind": 9, | |
"detail": "package lua.lib.luv.fs", | |
"textEdit": { | |
"newText": "lua.lib.luv.fs.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000431", | |
"data": { | |
"origin": 0, | |
"index": 431 | |
} | |
}, | |
{ | |
"label": "lua.lib.luv.net", | |
"kind": 9, | |
"detail": "package lua.lib.luv.net", | |
"textEdit": { | |
"newText": "lua.lib.luv.net.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000432", | |
"data": { | |
"origin": 0, | |
"index": 432 | |
} | |
}, | |
{ | |
"label": "sys", | |
"kind": 9, | |
"detail": "package sys", | |
"textEdit": { | |
"newText": "sys.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000433", | |
"data": { | |
"origin": 0, | |
"index": 433 | |
} | |
}, | |
{ | |
"label": "sys.db", | |
"kind": 9, | |
"detail": "package sys.db", | |
"textEdit": { | |
"newText": "sys.db.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000434", | |
"data": { | |
"origin": 0, | |
"index": 434 | |
} | |
}, | |
{ | |
"label": "sys.io", | |
"kind": 9, | |
"detail": "package sys.io", | |
"textEdit": { | |
"newText": "sys.io.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000435", | |
"data": { | |
"origin": 0, | |
"index": 435 | |
} | |
}, | |
{ | |
"label": "sys.net", | |
"kind": 9, | |
"detail": "package sys.net", | |
"textEdit": { | |
"newText": "sys.net.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000436", | |
"data": { | |
"origin": 0, | |
"index": 436 | |
} | |
}, | |
{ | |
"label": "sys.ssl", | |
"kind": 9, | |
"detail": "package sys.ssl", | |
"textEdit": { | |
"newText": "sys.ssl.", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000437", | |
"data": { | |
"origin": 0, | |
"index": 437 | |
} | |
}, | |
{ | |
"label": "false", | |
"kind": 14, | |
"detail": "Bool", | |
"documentation": null, | |
"sortText": "0000000438", | |
"data": { | |
"origin": 0, | |
"index": 438 | |
} | |
}, | |
{ | |
"label": "null", | |
"kind": 14, | |
"detail": "Dynamic", | |
"documentation": null, | |
"sortText": "0000000439", | |
"data": { | |
"origin": 0, | |
"index": 439 | |
} | |
}, | |
{ | |
"label": "trace", | |
"kind": 14, | |
"detail": "(value:Dynamic) -> Void", | |
"documentation": null, | |
"sortText": "0000000440", | |
"data": { | |
"origin": 0, | |
"index": 440 | |
} | |
}, | |
{ | |
"label": "true", | |
"kind": 14, | |
"detail": "Bool", | |
"documentation": null, | |
"sortText": "0000000441", | |
"data": { | |
"origin": 0, | |
"index": 441 | |
} | |
}, | |
{ | |
"label": "break", | |
"kind": 14, | |
"textEdit": { | |
"newText": "break", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"documentation": null, | |
"sortText": "0000000442", | |
"data": { | |
"origin": 0, | |
"index": 442 | |
} | |
}, | |
{ | |
"label": "cast", | |
"kind": 14, | |
"textEdit": { | |
"newText": "cast", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"documentation": null, | |
"sortText": "0000000443", | |
"data": { | |
"origin": 0, | |
"index": 443 | |
} | |
}, | |
{ | |
"label": "continue", | |
"kind": 14, | |
"textEdit": { | |
"newText": "continue", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"documentation": null, | |
"sortText": "0000000444", | |
"data": { | |
"origin": 0, | |
"index": 444 | |
} | |
}, | |
{ | |
"label": "do", | |
"kind": 14, | |
"textEdit": { | |
"newText": "do ", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"documentation": null, | |
"sortText": "0000000445", | |
"data": { | |
"origin": 0, | |
"index": 445 | |
} | |
}, | |
{ | |
"label": "else", | |
"kind": 14, | |
"textEdit": { | |
"newText": "else ", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"documentation": null, | |
"sortText": "0000000446", | |
"data": { | |
"origin": 0, | |
"index": 446 | |
} | |
}, | |
{ | |
"label": "for", | |
"kind": 14, | |
"textEdit": { | |
"newText": "for ($1)", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"insertTextFormat": 2, | |
"documentation": null, | |
"sortText": "0000000447", | |
"data": { | |
"origin": 0, | |
"index": 447 | |
} | |
}, | |
{ | |
"label": "function", | |
"kind": 14, | |
"textEdit": { | |
"newText": "function ", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"documentation": null, | |
"sortText": "0000000448", | |
"data": { | |
"origin": 0, | |
"index": 448 | |
} | |
}, | |
{ | |
"label": "if", | |
"kind": 14, | |
"textEdit": { | |
"newText": "if ($1)", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"insertTextFormat": 2, | |
"documentation": null, | |
"sortText": "0000000449", | |
"data": { | |
"origin": 0, | |
"index": 449 | |
} | |
}, | |
{ | |
"label": "new", | |
"kind": 14, | |
"textEdit": { | |
"newText": "new ", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"command": { | |
"title": "Trigger Suggest", | |
"command": "editor.action.triggerSuggest", | |
"arguments": [] | |
}, | |
"documentation": null, | |
"sortText": "0000000450", | |
"data": { | |
"origin": 0, | |
"index": 450 | |
} | |
}, | |
{ | |
"label": "return", | |
"kind": 14, | |
"textEdit": { | |
"newText": "return", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"documentation": null, | |
"sortText": "0000000451", | |
"data": { | |
"origin": 0, | |
"index": 451 | |
} | |
}, | |
{ | |
"label": "switch", | |
"kind": 14, | |
"textEdit": { | |
"newText": "switch ", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"documentation": null, | |
"sortText": "0000000452", | |
"data": { | |
"origin": 0, | |
"index": 452 | |
} | |
}, | |
{ | |
"label": "throw", | |
"kind": 14, | |
"textEdit": { | |
"newText": "throw ", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"documentation": null, | |
"sortText": "0000000453", | |
"data": { | |
"origin": 0, | |
"index": 453 | |
} | |
}, | |
{ | |
"label": "try", | |
"kind": 14, | |
"textEdit": { | |
"newText": "try ", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"documentation": null, | |
"sortText": "0000000454", | |
"data": { | |
"origin": 0, | |
"index": 454 | |
} | |
}, | |
{ | |
"label": "untyped", | |
"kind": 14, | |
"textEdit": { | |
"newText": "untyped ", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"documentation": null, | |
"sortText": "0000000455", | |
"data": { | |
"origin": 0, | |
"index": 455 | |
} | |
}, | |
{ | |
"label": "var", | |
"kind": 14, | |
"textEdit": { | |
"newText": "var ", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"documentation": null, | |
"sortText": "0000000456", | |
"data": { | |
"origin": 0, | |
"index": 456 | |
} | |
}, | |
{ | |
"label": "while", | |
"kind": 14, | |
"textEdit": { | |
"newText": "while ($1)", | |
"range": { | |
"start": { | |
"character": 13, | |
"line": 2 | |
}, | |
"end": { | |
"character": 13, | |
"line": 2 | |
} | |
} | |
}, | |
"insertTextFormat": 2, | |
"documentation": null, | |
"sortText": "0000000457", | |
"data": { | |
"origin": 0, | |
"index": 457 | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment