How to transform code in Monaco Editor

Hi all
Is there a way in the Monaco editor to transform the code to a nice HTML code? Like in Visual Studio Code? It is currently very cumbersome to properly integrate the Twig / PHP code.

Thanks and greetings

Hi BIT, welcome!

If you’re talking about integration in VSCode (not the monaco editor in the backend panel), take a look at this package:

We’ve figured out how to get the syntax working, but it loses the auto-completion features.