Sébastien Menard

Results 10 comments of Sébastien Menard

Hey @lyz-code thanks for yamlfix! I'm also looking at using options from a config file ```pyproject.toml```. In particular to exclude and/or include, i.e.: ```toml [tool.yamlfix] exclude = ["path/to/dir/or/file"] ``` It...

Ok, I can confirm that without the quotes it shows suggestions and with quotes using `crtl + space` works. I may have found something else related to this issue/bug. If...

Thanks @wkillerud it works perfectly! > I don't see mixins in my code suggestions there. There are two suggestions for `hello`, but both of them are for the function (one...

I may have something else to add, I don't think it as a bug, but rather a feature that could be implemented. It is related to code suggestion, would you...

I came up with this case while trying to forward "enhanced" sass modules with more utilities added to them haha It works like a charm, thank you so much for...

> > anything that was forwarded with prefix > > Just to be sure: are you forwarding some of your own variables, functions, mixins with a prefix (as opposed to...

> Heh, I was waiting for this one 🙈 haha sorry, I know some are very specific cases... > The current implementation is pretty basic. If we haven't found a...

> Love your eye for detail 🙌 > > ## Why the inconsistencies? > ``` > // Typing dum and pressing tab completes like this > // @debug dummy() >...

> About your other observations. > > > Could the autocomplete on a param include the $ dollar sign by default? So $value instead of value. > > Some times...

> ## What to do? > I think ultimately there is no way for us to make this consistent without coordinating with upstream/VS Code (which is probably doable, but takes...