You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@TheComputerM, have look at #2389 . It is a plugin that was created specifically to show line wrapping indicators (unless the physical lines in the <pre> block can be identified via CSS it is impossible to use text-indent and padding-left on specific lines -- the plugin is introducing the semantic markup for lines inside the code blocks)
Motivation
There is no easy way to have indented line breaks.
Description
I do not want to have to horizontally scroll when my code is too long and want to wrap it to the next line. However when I do this like #1237 the line wraps over to the next line without any indents. I want to wrap the line over with indenting like in many code editors (like vs code press
Alt + Z
https://stackoverflow.com/questions/31025502/how-can-i-switch-word-wrap-on-and-off-in-visual-studio-code) .The text was updated successfully, but these errors were encountered: