Skip to content
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

Feature Request: Vertical Display of Editor Area Texts (Vertical Texts) #152005

Open
UltimatePea opened this issue Jun 14, 2022 · 3 comments
Open
Labels
editor-core Editor basic functionality feature-request Request for new features or functionality
Milestone

Comments

@UltimatePea
Copy link

UltimatePea commented Jun 14, 2022

Some programming language prefer to display texts vertically, especially Asian programming languages, e.g. wenyan. And several IDEs support vertical editing, (see here). It would be nice for VSCode to support vertical editing.

A prototype implementation would be adding the following css to the Editor Area as suggested here

writing-mode: vertical-rl;
text-orientation: upright;

Visual effect of displaying vertical texts:
image

c.f. wenyan-lang/wenyan#9

@chrmarti chrmarti assigned alexdima and unassigned chrmarti Jun 16, 2022
@alexdima alexdima added feature-request Request for new features or functionality editor-core Editor basic functionality labels Jun 30, 2022
@alexdima alexdima removed their assignment Jun 30, 2022
@VSCodeTriageBot VSCodeTriageBot added this to the Backlog Candidates milestone Jun 30, 2022
@VSCodeTriageBot
Copy link
Collaborator

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!

@nobodxbodon
Copy link

As a reference, here's an extension creating a vertical preview:
preview

@VSCodeTriageBot
Copy link
Collaborator

🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor-core Editor basic functionality feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

5 participants