You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our team is trying to build an electron app which has code editor functionality.
We are trying to implement multiple code editor instances in the app.
We are using rc-dock library to have a grid structure to our app. We have achieved having multiple files open in once instance using the models in monaco. But not able to achieve multiple code instances right now. @monaco-editor/react is the library used to instantiate the instances as of now.
We would deeply appreciate your help in creating a component that will allow us having multiple instances of monaco dynamically. (n=4)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello there!
Our team is trying to build an electron app which has code editor functionality.
We are trying to implement multiple code editor instances in the app.
We are using rc-dock library to have a grid structure to our app. We have achieved having multiple files open in once instance using the models in monaco. But not able to achieve multiple code instances right now. @monaco-editor/react is the library used to instantiate the instances as of now.
We would deeply appreciate your help in creating a component that will allow us having multiple instances of monaco dynamically. (n=4)
Beta Was this translation helpful? Give feedback.
All reactions