|
| 1 | + |
| 2 | +Complete src/DotCompletionEverywhere.res 5:11 |
| 3 | +posCursor:[5:11] posNoWhite:[5:10] Found expr:[5:3->5:11] |
| 4 | +Pexp_field [5:3->5:10] _:[11:0->5:11] |
| 5 | +[set_result] set new result to Cpath Value[someObj]."" |
| 6 | +Completable: Cpath Value[someObj]."" |
| 7 | +Package opens Pervasives.JsxModules.place holder |
| 8 | +Resolved opens 1 pervasives |
| 9 | +ContextPath Value[someObj]."" |
| 10 | +[ctx_path]--> dot completion! |
| 11 | +ContextPath Value[someObj] |
| 12 | +[ctx_path]--> CPId |
| 13 | +Path someObj |
| 14 | +[dot_completion]--> Obj type found: |
| 15 | +[{ |
| 16 | + "label": "[\"age\"]", |
| 17 | + "kind": 4, |
| 18 | + "tags": [], |
| 19 | + "detail": "int", |
| 20 | + "documentation": null, |
| 21 | + "textEdit": { |
| 22 | + "range": {"start": {"line": 5, "character": 10}, "end": {"line": 5, "character": 10}}, |
| 23 | + "newText": "[\"age\"]" |
| 24 | + } |
| 25 | + }, { |
| 26 | + "label": "[\"name\"]", |
| 27 | + "kind": 4, |
| 28 | + "tags": [], |
| 29 | + "detail": "string", |
| 30 | + "documentation": null, |
| 31 | + "textEdit": { |
| 32 | + "range": {"start": {"line": 5, "character": 10}, "end": {"line": 5, "character": 10}}, |
| 33 | + "newText": "[\"name\"]" |
| 34 | + } |
| 35 | + }] |
| 36 | + |
| 37 | +Complete src/DotCompletionEverywhere.res 8:13 |
| 38 | +posCursor:[8:13] posNoWhite:[8:12] Found expr:[8:3->8:13] |
| 39 | +Pexp_field [8:3->8:10] na:[8:11->8:13] |
| 40 | +[set_result] set new result to Cpath Value[someObj].na |
| 41 | +Completable: Cpath Value[someObj].na |
| 42 | +Package opens Pervasives.JsxModules.place holder |
| 43 | +Resolved opens 1 pervasives |
| 44 | +ContextPath Value[someObj].na |
| 45 | +[ctx_path]--> dot completion! |
| 46 | +ContextPath Value[someObj] |
| 47 | +[ctx_path]--> CPId |
| 48 | +Path someObj |
| 49 | +[dot_completion]--> Obj type found: |
| 50 | +[{ |
| 51 | + "label": "[\"name\"]", |
| 52 | + "kind": 4, |
| 53 | + "tags": [], |
| 54 | + "detail": "string", |
| 55 | + "documentation": null, |
| 56 | + "textEdit": { |
| 57 | + "range": {"start": {"line": 8, "character": 11}, "end": {"line": 8, "character": 13}}, |
| 58 | + "newText": "[\"name\"]" |
| 59 | + } |
| 60 | + }] |
| 61 | + |
| 62 | +Complete src/DotCompletionEverywhere.res 14:8 |
| 63 | +posCursor:[14:8] posNoWhite:[14:7] Found expr:[14:3->14:8] |
| 64 | +Pexp_field [14:3->14:6] n:[14:7->14:8] |
| 65 | +[set_result] set new result to Cpath Value[rrr].n |
| 66 | +Completable: Cpath Value[rrr].n |
| 67 | +Package opens Pervasives.JsxModules.place holder |
| 68 | +Resolved opens 1 pervasives |
| 69 | +ContextPath Value[rrr].n |
| 70 | +[ctx_path]--> dot completion! |
| 71 | +ContextPath Value[rrr] |
| 72 | +[ctx_path]--> CPId |
| 73 | +Path rrr |
| 74 | +[dot_completion]--> Record type found |
| 75 | +[{ |
| 76 | + "label": "name", |
| 77 | + "kind": 5, |
| 78 | + "tags": [], |
| 79 | + "detail": "string", |
| 80 | + "documentation": {"kind": "markdown", "value": "```rescript\nname: string\n```\n\n```rescript\ntype rrr = {name: string}\n```"} |
| 81 | + }] |
| 82 | + |
| 83 | +Complete src/DotCompletionEverywhere.res 29:5 |
| 84 | +posCursor:[29:5] posNoWhite:[29:4] Found expr:[29:3->29:5] |
| 85 | +Pexp_field [29:3->29:4] _:[35:0->29:5] |
| 86 | +[set_result] set new result to Cpath Value[x]."" |
| 87 | +Completable: Cpath Value[x]."" |
| 88 | +Package opens Pervasives.JsxModules.place holder |
| 89 | +Resolved opens 1 pervasives |
| 90 | +ContextPath Value[x]."" |
| 91 | +[ctx_path]--> dot completion! |
| 92 | +ContextPath Value[x] |
| 93 | +[ctx_path]--> CPId |
| 94 | +Path x |
| 95 | +Path SomeMod.SomeOtherMod. |
| 96 | +[{ |
| 97 | + "label": "->SomeMod.SomeOtherMod.do", |
| 98 | + "kind": 12, |
| 99 | + "tags": [], |
| 100 | + "detail": "x => unit", |
| 101 | + "documentation": null, |
| 102 | + "sortText": "do", |
| 103 | + "textEdit": { |
| 104 | + "range": {"start": {"line": 29, "character": 4}, "end": {"line": 29, "character": 4}}, |
| 105 | + "newText": "->SomeMod.SomeOtherMod.do" |
| 106 | + } |
| 107 | + }] |
| 108 | + |
| 109 | +Complete src/DotCompletionEverywhere.res 32:27 |
| 110 | +posCursor:[32:27] posNoWhite:[32:26] Found expr:[32:3->32:27] |
| 111 | +Pexp_field [32:3->32:26] _:[35:0->32:27] |
| 112 | +[set_result] set new result to Cpath Value[SomeMod, SomeOtherMod, xx]."" |
| 113 | +Completable: Cpath Value[SomeMod, SomeOtherMod, xx]."" |
| 114 | +Package opens Pervasives.JsxModules.place holder |
| 115 | +Resolved opens 1 pervasives |
| 116 | +ContextPath Value[SomeMod, SomeOtherMod, xx]."" |
| 117 | +[ctx_path]--> dot completion! |
| 118 | +ContextPath Value[SomeMod, SomeOtherMod, xx] |
| 119 | +[ctx_path]--> CPId |
| 120 | +Path SomeMod.SomeOtherMod.xx |
| 121 | +Path SomeMod.SomeOtherMod. |
| 122 | +[{ |
| 123 | + "label": "->SomeMod.SomeOtherMod.do", |
| 124 | + "kind": 12, |
| 125 | + "tags": [], |
| 126 | + "detail": "x => unit", |
| 127 | + "documentation": null, |
| 128 | + "sortText": "do", |
| 129 | + "textEdit": { |
| 130 | + "range": {"start": {"line": 32, "character": 26}, "end": {"line": 32, "character": 26}}, |
| 131 | + "newText": "->SomeMod.SomeOtherMod.do" |
| 132 | + } |
| 133 | + }] |
| 134 | + |
| 135 | +Complete src/DotCompletionEverywhere.res 41:11 |
| 136 | +posCursor:[41:11] posNoWhite:[41:10] Found expr:[41:3->41:11] |
| 137 | +Pexp_field [41:3->41:10] _:[44:0->41:11] |
| 138 | +[set_result] set new result to Cpath Value[Sss, rrr]."" |
| 139 | +Completable: Cpath Value[Sss, rrr]."" |
| 140 | +Package opens Pervasives.JsxModules.place holder |
| 141 | +Resolved opens 1 pervasives |
| 142 | +ContextPath Value[Sss, rrr]."" |
| 143 | +[ctx_path]--> dot completion! |
| 144 | +ContextPath Value[Sss, rrr] |
| 145 | +[ctx_path]--> CPId |
| 146 | +Path Sss.rrr |
| 147 | +[dot_completion]--> Record type found |
| 148 | +Path Sss. |
| 149 | +[{ |
| 150 | + "label": "name", |
| 151 | + "kind": 5, |
| 152 | + "tags": [], |
| 153 | + "detail": "string", |
| 154 | + "documentation": {"kind": "markdown", "value": "```rescript\nname: string\n```\n\n```rescript\ntype rrr = {name: string}\n```"} |
| 155 | + }, { |
| 156 | + "label": "->Sss.do", |
| 157 | + "kind": 12, |
| 158 | + "tags": [], |
| 159 | + "detail": "rrr => string", |
| 160 | + "documentation": null, |
| 161 | + "sortText": "do", |
| 162 | + "textEdit": { |
| 163 | + "range": {"start": {"line": 41, "character": 10}, "end": {"line": 41, "character": 10}}, |
| 164 | + "newText": "->Sss.do" |
| 165 | + } |
| 166 | + }] |
| 167 | + |
| 168 | +Complete src/DotCompletionEverywhere.res 52:8 |
| 169 | +posCursor:[52:8] posNoWhite:[52:7] Found expr:[52:3->52:8] |
| 170 | +Pexp_field [52:3->52:7] _:[55:0->52:8] |
| 171 | +[set_result] set new result to Cpath Value[x2x2]."" |
| 172 | +Completable: Cpath Value[x2x2]."" |
| 173 | +Package opens Pervasives.JsxModules.place holder |
| 174 | +Resolved opens 1 pervasives |
| 175 | +ContextPath Value[x2x2]."" |
| 176 | +[ctx_path]--> dot completion! |
| 177 | +ContextPath Value[x2x2] |
| 178 | +[ctx_path]--> CPId |
| 179 | +Path x2x2 |
| 180 | +[dot_completion]--> Record type found |
| 181 | +Path X2. |
| 182 | +[{ |
| 183 | + "label": "namee", |
| 184 | + "kind": 5, |
| 185 | + "tags": [], |
| 186 | + "detail": "string", |
| 187 | + "documentation": {"kind": "markdown", "value": "```rescript\nnamee: string\n```\n\n```rescript\ntype x2x2 = {namee: string}\n```"} |
| 188 | + }, { |
| 189 | + "label": "->X2.stuff", |
| 190 | + "kind": 12, |
| 191 | + "tags": [], |
| 192 | + "detail": "x2x2 => string", |
| 193 | + "documentation": null, |
| 194 | + "sortText": "stuff", |
| 195 | + "textEdit": { |
| 196 | + "range": {"start": {"line": 52, "character": 7}, "end": {"line": 52, "character": 7}}, |
| 197 | + "newText": "->X2.stuff" |
| 198 | + } |
| 199 | + }] |
| 200 | + |
| 201 | +Complete src/DotCompletionEverywhere.res 61:7 |
| 202 | +posCursor:[61:7] posNoWhite:[61:6] Found expr:[61:3->61:7] |
| 203 | +Pexp_field [61:3->61:6] _:[66:0->61:7] |
| 204 | +[set_result] set new result to Cpath Value[obj]."" |
| 205 | +Completable: Cpath Value[obj]."" |
| 206 | +Package opens Pervasives.JsxModules.place holder |
| 207 | +Resolved opens 1 pervasives |
| 208 | +ContextPath Value[obj]."" |
| 209 | +[ctx_path]--> dot completion! |
| 210 | +ContextPath Value[obj] |
| 211 | +[ctx_path]--> CPId |
| 212 | +Path obj |
| 213 | +[dot_completion]--> Obj type found: |
| 214 | +[{ |
| 215 | + "label": "[\"name\"]", |
| 216 | + "kind": 4, |
| 217 | + "tags": [], |
| 218 | + "detail": "string", |
| 219 | + "documentation": null, |
| 220 | + "textEdit": { |
| 221 | + "range": {"start": {"line": 61, "character": 6}, "end": {"line": 61, "character": 6}}, |
| 222 | + "newText": "[\"name\"]" |
| 223 | + } |
| 224 | + }, { |
| 225 | + "label": "[\"nothing\"]", |
| 226 | + "kind": 4, |
| 227 | + "tags": [], |
| 228 | + "detail": "bool", |
| 229 | + "documentation": null, |
| 230 | + "textEdit": { |
| 231 | + "range": {"start": {"line": 61, "character": 6}, "end": {"line": 61, "character": 6}}, |
| 232 | + "newText": "[\"nothing\"]" |
| 233 | + } |
| 234 | + }, { |
| 235 | + "label": "[\"number\"]", |
| 236 | + "kind": 4, |
| 237 | + "tags": [], |
| 238 | + "detail": "int", |
| 239 | + "documentation": null, |
| 240 | + "textEdit": { |
| 241 | + "range": {"start": {"line": 61, "character": 6}, "end": {"line": 61, "character": 6}}, |
| 242 | + "newText": "[\"number\"]" |
| 243 | + } |
| 244 | + }] |
| 245 | + |
| 246 | + |
0 commit comments