It would be nice if comments made via the %% <comment> %%
syntax could be collapsed in the editor in the same way headings are collapsed such that they don’t pollute the view. Keeping the first line could serve description purposes.
Example:
%% short description
lengthy comment
%%
could turn into
%% short description ...