uiwjs / react-textarea-code-editor

A simple code editor with syntax highlighting.
https://uiwjs.github.io/react-textarea-code-editor/
MIT License
476 stars 22 forks source link

Max number of lines so it doesn't overflow my div? #127

Open cisc0disco opened 2 years ago

cisc0disco commented 2 years ago

Hi,

I've got a problem with formatting, I even tried editing the source, but I could achieve setting maximum height or at least setting the maximum possible number of lines.

I'd love to use scrollbar if the code get's too big.

Here's the example:

image image Snímek obrazovky 2022-06-23 v 11 37 25
jaywcjlove commented 2 years ago

You can use react-codemirror , obviously it doesn't suit your needs now.

@cisc0disco

cisc0disco commented 2 years ago

how do I import csharp?