-
Notifications
You must be signed in to change notification settings - Fork 19
Autocomplete, Autoclose and code suggestion not working! #124
Comments
Same here. I get suggestions for schema settings but no suggestions for Made sure all my cli tools are updated, manually specified the binary paths in the vscode settings, and tried with a fresh vscode profile. The extension seems to be very hit or miss. |
I spent the evening digging around in this extension and the theme-check language server. I've only worked with Textmate-style extensions before, so it took a while to get familiar with language servers and how they work in VS Code. Anyhow, it doesn't appear that this extensions has autocomplete support as we've gotten used to with other liquid extensions. It does offer completion for tag and filter names, as well as object names and properties (cool!), but it won't autocomplete an entire tag or sequence of tags like we're used to. For now, you'll need to keep using a separate extension to provide those autocomplete snippets for you. I'm going to continue looking at this extension to see if and how it makes sense to write snippet support for it, but until then I'll just reinstall the other liquid extension I was using to get snippet support back. |
👋 this repo is no longer the source of truth for theme check, if this is still an issue please open an issue in the theme tools repo 🙏 thank you! |
Hi all, so I've been trying for a few hours to get the autocomplete, autoclose and autosuggestion working, but with no luck.
Oddly, linting seems to be working just fine (I'm getting code highlighting in VSCode when there's a syntax error / suggestion) but no autocompletion features are working at all.
So far I've:
Here's a gif of what I'm seeing:
Any idea what might be going wrong here?
Thanks in advance!
The text was updated successfully, but these errors were encountered: