code marker {vscode-extension}

  • reference
    • Mark Meta Comments | XCode 스타일의 커멘트 데코레이션을 제공 // MARK: - blah blah 하면 해당 주석 위에 가느다란 가로선이 생긴다. | 하지만 제공하는 기능이 빈약하고 마크 끼리 넘나들지 못한다.
      • MARK
      • SEE ALSO
    • Comment Anchors는 사실 내가 생각하는 그것과 가장 근접한 기능을 가지고 있다.
      • ANCHOR - Used to indicate a section in your file
      • TODO - An item that is awaiting completion
      • FIXME - An item that requires a bugfix
      • STUB - Used for generated default snippets
      • NOTE - An important note for a specific code section
      • REVIEW - An item that requires additional review
      • SECTION - Used to define a region (See 'Hierarchical anchors')
      • LINK - Used to link to a file that can be opened within the editor (See 'Link Anchors')