Truncate long declarations #16
Labels
enhancement
New feature or request
markdown
Issue related to the built-in Markdown renderer
roslyn
Issue related to the built-in Roslyn parser
Milestone
Some of the
record
declarations are already too long, e.g.:We should consider adding some truncating logic that will check if the resulting definition is too long. For instance, in the snippet above there could be a newline inserted like this:
Note: we need to consider leading spaces count in order to format the new line correctly.
The text was updated successfully, but these errors were encountered: