๐นshortcuts
shortcut
meaning
notes
Add code annotations to the jump bar and minimap
// TODO: [your to-do item]
// a bug fix reminder:
// FIXME: [your bug fix reminder]
// MARK: [your section heading]
// add a separator above:
// MARK: - [your content]
// add a separator below:
// MARK: [your content] -
// add a separator above & below:
// MARK: - [your content] -Last updated