Multiple editors on the same page #3816
Replies: 3 comments
-
As long as you don't show all thousands of editors at the same time, you can just reuse those monaco editors that got scrolled out of the view, but keep all the models. |
Beta Was this translation helpful? Give feedback.
-
@hediet Is this doable in a scroll-based notebooks app? |
Beta Was this translation helpful? Give feedback.
-
@aleckravets Did you manage to do this? I'm in a similar situation, where I need to have multiple "files" open at once. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the best way to build a notebook editor app where you have multiple cell editors on the same screen. Like in this VS Code extension - .NET Interactive Notebooks.
The number of cells in the notebook may be up to several hundreds, so If I create editors for all cells at the same time it will kill the performance.
Is there a way to show a lightweight read-only version and only create actual editor on focusing the cell? How it's done in the mentioned VS Code extension?
Any help is appreciated
Beta Was this translation helpful? Give feedback.
All reactions