Skip to content

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

Open

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    editor-coreEditor basic functionalityfeature-requestRequest for new features or functionality

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions