Hi,
In the example, the CodeViewer works perfect, but is there an component can edit code and highlight the code in the same time? Does the RadzenTextArea can works with hljs?
Thanks.
Jeffers
Hi,
In the example, the CodeViewer works perfect, but is there an component can edit code and highlight the code in the same time? Does the RadzenTextArea can works with hljs?
Thanks.
Jeffers
The best in my opinion:
https://microsoft.github.io/monaco-editor/
And to answer your question directly - no, hljs cannot work with a textarea (neither RadzenTextArea nor the builtin <textarea>
element).
Thanks a lot for the information, blazormonaco is a good choice for me.