Vitaly
Vitaly
I really wanted to see it here, but unfortunately didn't have much time recently :( I'll try to take a fresh look into it in next year. > What would...
As I can see we don't use bundled version for testing so I think publishing CJS instead of ESM would be simplest solution to fix tests.
The last two examples also "fails" without `Partial`, just added it to demonstrate where exactly it inserts `
Hey, @ipatalas regarding type snippets, is this by design that `identifier` postfixes are suggested in type references? For example: only type suggestions: `type a = null` type & identifier suggestions:...
Hey! I've recently added a web support to my extension that is powered by big TypeScript plugin and it seems to be working! Benefits of moving extension code to TS...
> I have awesome idea to derive variable names for builtin const and forEach snippets. I'm thinking of creating a dedicated npm package (such as `const-name`), because I want to...
Ok, just let me know when you're done so I will copy it to my library. I want to reuse it in my plugin!
Well done here! With this implementation in mind I decided to push it forward and now arrays in TS feel completely different Thank you!
No, its just disabled by default: `"editor.suggest.preview": true`
> It doesn't work for custom completions though. No, of course it works with any kind of completions. This `.map` completion comes from builtin TypeScript language features ext, which is...