Pergunta

I know there are many syntax highlighting scripts in Javascript for adding syntax highlighting to source code, I am looking to see if such a thing exist with the addition of having Code Folding like many IDE's have.

Do you know if anything exist like that?

Foi útil?

Solução

Thanks to Wikipedia, I found CodeMirror, which is not only a syntax highlighter, but also a code editor. However, according to the following code folding demo, you can use it just as a viewer.

It's written in Javascript and it supports a lot of languages (full list here).

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top