-
Notifications
You must be signed in to change notification settings - Fork 34.1k
Open
Labels
editor-wrappingEditor line wrapping issuesEditor line wrapping issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalitymarkdownMarkdown support issuesMarkdown support issues
Milestone
Description
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
},
richeklein, jackmcdade, koossaayy, evanrk, ziming and 57 more
Metadata
Metadata
Assignees
Labels
editor-wrappingEditor line wrapping issuesEditor line wrapping issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalitymarkdownMarkdown support issuesMarkdown support issues