How to render snippet from app theme extension in theme code

I’m planning to add snippets in theme extensions of my app. I assume these snippets can be consumed from app blocks of same theme extension (This is working) and also from theme code edit (This is not working)

I tried below, but didn’t worked in theme code edit. Can snippet created in theme extension of app used by theme edit code? If yes, what am I missing below. Any documentation on this?

{% render ‘example-snippet’ %}

{% render ‘shopify://apps/snippets/example-app/example-snippet’ %}

Any news? I’m looking for the same thing.

Base on description here https://shopify.dev/docs/apps/online-store/theme-app-extensions/extensions-framework : snippets can be used only inside app blocks.

Hi, @nagavitalp , have you got any solution to this?

Hi, @Almeida , have you got any solution to this yet?

came here looking for this also