Automatically hard wrap lines at column in VSCode

How can I automatically hard wrap lines in VSCode? By that I mean if a line reaches a specified column, automatically insert a newline at the word boundary closest to that column without going over. Vim has a setting called textwidth that does this that I like to use when editing Markdown. It doesn’t seem like VSCode does, as far as I can tell. It just has ways to control softwrapping.

10 Answers
10

Leave a Comment