James-Yu / LaTeX-Workshop

Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.
MIT License
10.55k stars 522 forks source link

Delete left deletes a whole paragraph of text, not just a line #4180

Closed dskinnion closed 6 months ago

dskinnion commented 6 months ago

Please fill the following fields with a star (*) and provide as much related information as possible.

Pre-checks*

Please change the following [ ] to [x] for confirmation.

  • [x] The feature request has not been suggested in this repository.

The Missed*

Is your feature request related to a problem? Please provide a clear and concise description of what the problem is.

  • Deleting left deletes an entire paragraph of text.

The Solution*

Please provide a solution you would like to have.

  • Would it be possible to make a delete left function that just deletes left to the start of the visual line (in the editor) as opposed to the whole line of code? This seems like a wrapping issue, so maybe there is a way to make a delete left that can recognize the difference between a visual line in the editor versus just knowing the line of code (which may wrap to multiple visual lines).

Anything Else?

Add any other context about the feature request below.

jlelong commented 6 months ago

This is not related to the extension. Please ask on VS Code's forum.