Open AlCalzone opened 5 years ago
TypeScript Version: 3.2.1
Search Terms: spread autocomplete
Code
I'm not 100% sure what causes this, but its reproducible in this project even after closing VSCode. I don't think it has to do with the error below, as that vanishes when I delete the line: https://github.com/AlCalzone/create-adapter/blob/65e5f59ce824a9f405c441091d3d7fad13ee70b5/src/lib/questions.ts#L104
Expected behavior: No autocomplete
Actual behavior: This super unhelpful autocomplete
Playground Link: nope
Related Issues: nope
Like I've offhandedly mentioned before - we should consider autocompleteting ..., rather than interpreting . as a leading dot from a malformed decimal number and giving completions for that.
...
.
TypeScript Version: 3.2.1
Search Terms: spread autocomplete
Code
I'm not 100% sure what causes this, but its reproducible in this project even after closing VSCode. I don't think it has to do with the error below, as that vanishes when I delete the line: https://github.com/AlCalzone/create-adapter/blob/65e5f59ce824a9f405c441091d3d7fad13ee70b5/src/lib/questions.ts#L104
Expected behavior: No autocomplete
Actual behavior: This super unhelpful autocomplete
Playground Link: nope
Related Issues: nope