We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switching to Monaco could fix this
The text was updated successfully, but these errors were encountered:
Explore these: https://stackoverflow.com/questions/1995370/adding-line-numbers-to-html-textarea
Sorry, something went wrong.
Almost got this working, but the textarea doesn't resize when exiting debug mode, and it sometimes doesn't seem to scroll to the active line at first.
The issue is that textareas just don't play nicely. A content editable div might work better.
Regardless, now that compilation errors are always selected, I think this it not important.
#441 Slightly broken line numbers
61bc871
Feedback indicates that line numbers are important.
No branches or pull requests
Switching to Monaco could fix this
The text was updated successfully, but these errors were encountered: