Skip to content

Consider emitting "MARK" comments between code sections #4

Open
@JakeWharton

Description

@JakeWharton

Since the members of a class/struct/enum are emitted in a particular order, "MARK" comments could be produced between the sections to aid in navigation in xcode.

Something like

class Foo {

  // MARK Public Properties

  public var bar: Bar

  // MARK Private properties

  var baz: Baz

  // MARK Initializers

  ..

  // MARK Public functions

  ..

  // MARK Private functions

  ..
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions