Andrew Dupont

Results 562 comments of Andrew Dupont

So there are two different`autocomplete-plus` providers offering you completions in this scenario. The first `html` you see in your menu is offering you a snippet autocompletion. The trigger for that...

> > The second html you see is from autocompete-html and would have the contextual awareness that you're looking for. > > but that won't trigger the snippet which I...

> @savetheclocktower For your preferred fix, do you envision a setting in `autocomplete-plus` along the lines of `priority` with options such as "Always prioritize Snippets first", "Always prioritize autocompletions first",...

Updated this just now with a proof-of-concept in `pulsar-updater` to make sure it works. This will stay in draft until I write some tests, but I wanted to update it...

> But when the element name is by itself in the selector it's instead treated like invalid text, being given the .syntax--meta.syntax--selector classes. This was _exceedingly stupid_ of me. [I...

@evanmhm and others: this is fixed in [this commit](https://github.com/pulsar-edit/pulsar/pull/859/commits/9265e5eb3ecb78811f58ffd3cc66dea5f39a99df). If you don't feel like digging around for a CI build, #859 will probably land in a week or so, at...

Good and bad news here. The bad news is that this is actually a bug in `tree-sitter-css`; I've [opened an issue](https://github.com/tree-sitter/tree-sitter-css/issues/45). The good news is that, since so many other...

I submitted [this PR](https://github.com/tree-sitter/tree-sitter-css/pull/46) as a possible fix to the issue. If it doesn't see any movement before 1.114, I'll probably land it on my fork and build a custom...

The next time you see this, can you open up the developer tools and look for that same message in the console? Then scroll up a bit and see if...

Also, if you can discover a situation in which this error happens _every time_, please update this issue with specific instructions. That situation may or may not exist, but it'd...