-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
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
Introduce the multi-root editor build #11493
Comments
How long can it be realized |
@Mgsy This function is urgently needed |
Hi @huzedong2015, unfortunately, due to our priorities and commitments, I can't promise any ETA. We will observe this feature request and track how many 👍 it receives. If it will become popular, we might consider adding it to our roadmap. |
I always have requirements, but my own construction is always wrong, so now I can only use the inline mode to solve it in disguise |
+1 |
1 similar comment
+1 |
+1+1 |
Feature (multi-root-editor): Introduced multi-root editor type that allows defining multiple editable areas handled by one editor instance. Closes #11493. Feature (build-multi-root): Introduced new editor build featuring multi-root editor. Other (core): `EditorConfig#initialData` and `EditorConfig#placeholder` can now be set to `Record<string, string>` where keys are root names and values are settings for related roots.
how to load and save comment data in predefined multi-root code |
Do you mean HTML comment feature (<!-- !-->) or do you mean Comments (collaboration) feature? |
📝 Provide a description of the new feature
The multi-root editor is a perfect fit for specific use cases, however, we don't introduce an easy way to integrate it - it requires creating the custom editor, which might be difficult, time-consuming and hard to maintain.
It would be nice to introduce a new type of build for the multi-root editor.
If you'd like to see this feature implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: