Ireneusz Patalas

Results 42 comments of Ireneusz Patalas

It's already been a couple of minutes, wasn't it? :) Can you share some of your work on that? I could try handling it myself but need something to start...

All right. Thanks. I'll take a look on that soon and decide whether it makes sense to put my effort into that.

Great idea, I like that! Not sure it if will always work well so at least for now I'd make a feature toggle for that just in case but that's...

> > 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...

Hey, took a while but finally found some time and made the changes. I've let myself copy part of your solution. For now I went with the easy path, so...

Hmm, what's that highlight? 🤔 ![image](https://user-images.githubusercontent.com/2623329/192109648-0ad39597-0b5b-48d3-8b2a-53978fcd37ca.png) Is that a new feature from VS Code insiders?

Cool, didn't know that. It doesn't work for custom completions though. How come it shows this `userList` suggestion for you?

> [...] generally it doesn't work with our postfixes because: > > 1. `insertText` doesn't start with `label` e.g. it'd work if label is `forEach` and insertText is `forEach(item =>...

Well... this extension has TS in its name for a reason :) It was meant to be only used for JS/TS. The setting to include arbitrary file type was meant...

Hi guys, @jayeeson made pretty nice typings in here: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inquirer-autocomplete-prompt If there is a will on both sides (@jayeeson and maintainers here) I can spend some time bringing those typings...