-
Notifications
You must be signed in to change notification settings - Fork 329
Description
I just noticed today that while typing strings or comments in the editor, the code seems to break automatically during the editing process. This behavior appears to have started after I switched to using LF instead of CRLF on Windows. Or maybe it's a new feature just recently introduced, altogether?
The automatic line breaks can be quite challenging to work with, especially when I add and then need to delete something and the rest of the text doesn't return to its original position. The result is a half-full line that looks odd. I understand that the intention behind this feature might be to assist users, but it can be counterproductive in certain scenarios.
In addition, I'd like to have control over how my code is formatted, including when and where strings break. I appreciate any efforts to make the editing experience smoother, but it's essential to have the flexibility to format my code as I see fit.
Could you kindly let me know if there's an existing option in the settings to disable this feature? If there isn't, I'd like to request that this feature either be removed or modified to allow users to opt-out. Additionally, it would be beneficial for future features to include the option to enable or disable them, giving users more control over their editing experience.
Apologies if I've overlooked an existing opt-out setting related to this issue. Your guidance on this matter would be greatly appreciated.
Thank you.