ΝΙΚΟΛΑΣ

Results 244 comments of ΝΙΚΟΛΑΣ

@muchisx I will schedule this for **v3.1.0** as a lot has changed and it calls for a minor. I'd like to iron out some other defects pertaining to formatting before...

Shipped https://github.com/panoply/vscode-liquid/pull/110 Big thanks to @muchisx

Hey @MattBudz, I can look into adding a completion block within workspace settings. I wouldn't want to generate the workspace files. The `.liquidrc` will become a lot more important as...

This one is fixed in [v3.1.0](https://github.com/panoply/vscode-liquid/pull/110). Grammars were overhauled and refactored, so big improvement on this front. See the new logic to be shipped in https://github.com/panoply/vscode-liquid/issues/105#issuecomment-1263214934 As always, your thoughts...

Shipped https://github.com/panoply/vscode-liquid/pull/110

Hey @t3pfaffe Thanks so much for this detailed issue. It helps a lot. So these issues are going to be addressed in [Prettify](https://github.com/panoply/prettify) as per the groundwork from @MaxDesignFR -...

Should be resolved in https://github.com/panoply/vscode-liquid/pull/110 (Latest version)

Hey @ezkoombea So the update was going to be a bit of transition for users. A lot has changed. You can always use the previous version as per [documentation](https://github.com/panoply/vscode-liquid#continue-using-v230). Can...

This might be due to a defect on multiline tags, try enabling `forceIndent` and see how you go.

@ezkoombea I need more information here but I am going to assume this is occurring in newlined tags similar to https://github.com/panoply/prettify/issues/34. For example: ```liquid {% render 'snippet' param2: 'foo', param2:...