text wrap comments to completely fit within the preview pane #11
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
rustc
) version:Description
Instead of displaying the example file contents directly in the preview pane, it'd be ideal to leverage a text wrapping library such as textwrap to wrap the doc comments -- and regular comments if feasible -- so that we can be sure that the comments completely fit within the preview pane, and are displayed as expected without any text cutting off near the end.
For example, note that comments in a line that are past a max width are hidden in the preview pane currently:
Related Issues
This issue goes with #12
What I Did
I just
cd
into my project folder and ran:The text was updated successfully, but these errors were encountered: