Open ThunderFrame opened 7 years ago
And where & how should we arbitrarily decide to break the line?
IMO if you're putting 1000 characters on a line, it's your problem to fix. Not sure exactly what we can do about that.
Linking #2406 - If the indenter handles this, the quickfix may be to simply run the output through the an indenter and use the TBD preferred line length setting.
The VBE allows 1023 characters per line (not including the NewLine character):
When a quick fix like
Implicitly Public Member
, orLine Continuator
is applied, the fix is ignorant of any impact on line lengths, and can result in syntax errors and subsequent parse errors.