Feature request: Split editor / side-by-side editing #1345
abhinavvsharma
started this conversation in
Ideas
Replies: 1 comment 1 reply
|
@abhinavvsharma This can be done through iPad's Split View feature. Does that work for you? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
@bummoblizard it would be very useful to support splitting the editor into two panes so that two files can be viewed and edited side by side.
For example, a user could have
main.cppopen in the left editor pane andsolution.cppopen in the right pane, with both files independently editable.Example
main.cppsolution.cppEach pane would behave as an independent editor, with its own active file and cursor position.
Motivation
On iPad, switching back and forth between tabs becomes inconvenient when working across multiple files.
Some common use cases include:
.cppfile while referencing a header fileVS Code's Editor Groups and Split Editor Right behavior are a good example of this workflow.
Possible Initial Scope
A simple first version could support:
More advanced functionality could be added later, such as:
Related Discussion
There was an older discussion, #504, about showing an HTML file and live preview side by side.
This request is slightly different: both sides would be normal, editable Code App editor panes and could contain any supported file type.
Contribution
I'd be interested in working on a PR for this if the maintainers think the feature and proposed direction would fit the project.
All reactions