Ionic Code edtior

I have a project in Ionic v8, In that project I want to add a text editor with line numbers on the left, The end user off this app will paste JSON, XML or plain text in this field, I also want to add a functionality to prettify the text, Is there any package available for this?

This isn’t Ionic specific. Any Javascript library that can do this should work for you.