This repository was archived by the owner on Nov 18, 2022. It is now read-only.
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
Feature request - Render markdown comments in-place #279
Open
Description
As programmers, we spend a lot of time reading code, probably more than writing code. Interspersing code with more readable comments would make reading code much more pleasant. The comments section above each function would be rendered as HTML the same way a markdown viewer would. If the cursor is placed inside a comment section it would revert to plain text.
Alternatively their could be a reading mode and an edit mode and comments would only render in reading mode.