zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
46.58k stars 2.64k forks source link

Docstring folding #4841

Open krstp opened 1 year ago

krstp commented 1 year ago

Check for existing issues

Describe the feature

Allow python docstrings to be folded for more code readability. Requesting keyboard shortcut as-well-as mouse clickable marker. See screenshot for details.

If applicable, add mockups / screenshots to help present your vision of the feature

Left sample shows unfolded docstring. Right sample shows folded docstring.

folded_docstring

krstp commented 7 months ago

Wondering how to get more visibility to this one :)

krstp commented 7 months ago

The other option is to introduce "fold selected block": https://github.com/zed-industries/zed/issues/7445