microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.09k stars 28.81k forks source link

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

Open UltimatePea opened 2 years ago

UltimatePea commented 2 years ago

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. https://github.com/wenyan-lang/wenyan/issues/9

VSCodeTriageBot commented 2 years ago

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 commented 2 years ago

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

VSCodeTriageBot commented 2 years ago

:slightly_smiling_face: 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!