Bookmark Label Enhancement Proposal
Currently, when using inline bookmarks like //@todo, if no label is provided, the bookmark appears as just @todo in the explorer and inline view. This can make it harder to distinguish or locate relevant bookmarks when scanning through code.
Proposed Behavior
If a bookmark tag (e.g. //@note, //@todo, etc.) is left blank, automatically populate its label with the associated line of code. For example:
…would be displayed as:
This would make bookmarks more informative by default.
Setting
If this behavior isn't desirable for all users, consider making it a setting.
Thanks for considering!