Skip to content

Add support for language-aware word wrap #164267

@richeklein

Description

@richeklein

Requesting to reopen issue #94674 to add support for language-aware word wrap (also see #102999). As VS Code is becoming the Markdown editor of choice for many developers, improving the readability of wrapping list elements while editing Markdown documents, would improve the overall dev experience.

Currently, the closest you can get to achieving proper list alignment is setting wrappingIndent and tabSize, but unfortunately, that results in improper indentation on regular paragraphs.

"[markdown]": {
  "editor.wordWrap": "on",
  "editor.wrappingIndent": "indent",
  "editor.tabSize": 2
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    editor-wrappingEditor line wrapping issuesfeature-requestRequest for new features or functionalitymarkdownMarkdown support issues

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions