API: Add `Right` and `Down` to `ViewColumn` enumeration
Extensions that need to open an editor alongside an existing one can currently only specify ViewColumn.Beside. Whether this produces a new editor group to the right of the active one or below it depends on the workbench.editor.openSideBySideDirection setting.
#84113 by @rbalet in 2019 requested addition of a ViewColumn.Below value to the enumeration, but it only attracted 12 upvotes so didn't progress beyond Backlog Candidates.
For a similar use case #166309 by extension developer @jmiles17 in 2022 requested workbench.editor.openSideBySideDirection to be made language scoped.
I propose adding two new values to the ViewColumn enumeration:
- Right: -3
- Below: -4
The names match the values of the workbench.editor.openSideBySideDirection setting.
If the team is open to this I am willing to submit a PR implementing it as proposed API.
Related:
- https://github.com/mtxr/vscode-sqltools/issues/280
- https://github.com/mtxr/vscode-sqltools/issues/1047
I believe this is @bpasero
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
:slightly_frowning_face: In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
People previously supporting this request may like to support https://github.com/microsoft/vscode/issues/247359