panicinc / icarus

Swift, C, C++, and Objective-C Support for Nova
MIT License
69 stars 5 forks source link

Feature Request: Marker Comment Divider Lines #14

Closed danhalliday closed 2 months ago

danhalliday commented 9 months ago

I see that // MARK: comments have basic support, in that they show in the symbol list.

It would be awesome if marker comments containing hyphens showed a horizontal divider line, as in Xcode (and, in fact, as they already do in the minimap). Over the years I’ve come to completely rely on this feature for organising and scanning code, and I find my Swift code hard to browse without it.

Although outside the scope of this extension, it would also be great to see support for marker comments as a global app feature for all languages. I was excited when I discovered Nova’s 'type and function separators' preference, but it’s not the same as being able to give your own titles.

logancollins commented 2 months ago

Both of these requests are outside of Icarus' domain, but I've marked them as feature requests for Nova itself in its internal tracker. Thank you for the requests!