Skip to content

cellular/xcodeextensionmark-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xcode Source Editor Extension: "Extension Marker"

An Xcode Source Editor Extension to add a MARK comment above any extension of a source file

Xcode Source Editor Extensions are located in Menu -> Editor. Select "Add Extensions Marks" to add a command above an extension in the source file you are currently working on.

Example

extension MyViewController: MyProtocol {

... will be modified to:

// MARK: - MyProtocol 

extension MyViewController: MyProtocol {

About

An Xcode Source Editor Extension to add a MARK comment above any extension of a source file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages