GingerBear / vscode-liquid

vscode liquid language support
MIT License
26 stars 9 forks source link

Auto indent on enter #8

Open turansadri opened 6 years ago

turansadri commented 6 years ago

Is there any way to get .liquid files to act like HTML when it comes to auto-indenting? Currently, the nested tags all start from the same position when pressing enter. The desired outcome would be automatically indented nested tags.

GingerBear commented 6 years ago

@turansadri after digging a little bit online, looks like there is no way to do this currently. and it seems like this feature is only available to built-in vscode HTML edit.

Sorry about that. Let me know if you can find anything that can get around that.

turansadri commented 6 years ago

@GingerBear That's a bummer. I might suggest a feature request for vscode when I have time. On the other hand they have over 5000 issues already so they might be busy with more important stuff. Thanks anyway!

rayymann commented 5 years ago

@GingerBear Any update on this? I'm also having this problem when using liquid extension.