<div dir="ltr">I have wanted this feature and floated it a while back. I hope we can get some traction this time but I doubt it will happen soon since additive features are tabled for a time.</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 16, 2016 at 3:47 PM, Brandon Knope via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">I think requiring them to be in comments is what’s going to prevent their adoption.<div><br></div><div>My fundamental stance is that these awesome features that are required in comments will be overlooked by people because:</div><div>• You have to remember the specific syntax </div><div>• There is no code completion which means you have to know the *exact* syntax and spelling</div><div><br></div><div>At the end of the day, Swift is a new language, and because of this, is there a new and better way to convey information than just sticking everything in a comment?</div><div><br></div><div>With autocomplete we could get something like this:</div><div><br></div><div><div style="margin:0px;line-height:normal"><span><font color="#bb2ca2" style="font-family:Menlo;font-size:12px">extension </font><font color="#008cb4"><font face="Menlo"><span style="font-size:12px"><b>Type,</b> named <b>Name</b> </span></font></font><font face="Menlo"><span style="font-size:12px">{</span></font></span></div></div><div style="margin:0px;font-size:12px;line-height:normal;font-family:Menlo"><span>}</span></div><div style="margin:0px;font-size:12px;line-height:normal;font-family:Menlo"><span><br></span></div><div style="margin:0px;font-size:12px;line-height:normal;font-family:Menlo"><span>This would make it much easier for people to adopt than requiring them to remember a comment syntax.</span></div><div style="margin:0px;font-size:12px;line-height:normal;font-family:Menlo"><span><br></span></div><div style="margin:0px;font-size:12px;line-height:normal;font-family:Menlo"><span>However, if there is no interest, I will not proceed with a proposal.</span></div><div style="margin:0px;font-size:12px;line-height:normal;font-family:Menlo"><span><br></span></div><div style="margin:0px;font-size:12px;line-height:normal;font-family:Menlo"><span>Just my .02</span></div><div style="margin:0px;font-size:12px;line-height:normal;font-family:Menlo"><span>Brandon</span></div><div style="margin:0px;font-size:12px;line-height:normal;font-family:Menlo"><span><font color="#008cb4"><br></font></span></div><div>Where autocomplete would let you tab between naming the Type and Name</div><div><div class="h5"><div><br><div><blockquote type="cite"><div>On May 16, 2016, at 3:24 PM, Erica Sadun &lt;<a href="mailto:erica@ericasadun.com" target="_blank">erica@ericasadun.com</a>&gt; wrote:</div><br><div><div style="word-wrap:break-word"><div>Most of the Swift docs markup tech is both very new and still evolving. I&#39;m trying to evangelize the technology, and there are now five markup items that actually tie into the code completion engine:</div><div><br></div><div><ul style="padding-left:2em;margin-top:0px;margin-bottom:16px;color:rgb(51,51,51);font-family:&#39;Helvetica Neue&#39;,Helvetica,&#39;Segoe UI&#39;,Arial,freesans,sans-serif,&#39;Apple Color Emoji&#39;,&#39;Segoe UI Emoji&#39;,&#39;Segoe UI Symbol&#39;;font-size:16px;background-color:rgb(255,255,255)"><li><p style="margin-top:16px;margin-bottom:16px">Three new doc comment fields, namely <code style="font-family:Consolas,&#39;Liberation Mono&#39;,Menlo,Courier,monospace;font-size:14px;padding:0.2em 0px;margin:0px;background-color:rgba(0,0,0,0.0392157);border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px">- keyword:</code>, <code style="font-family:Consolas,&#39;Liberation Mono&#39;,Menlo,Courier,monospace;font-size:14px;padding:0.2em 0px;margin:0px;background-color:rgba(0,0,0,0.0392157);border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px">- recommended:</code> and <code style="font-family:Consolas,&#39;Liberation Mono&#39;,Menlo,Courier,monospace;font-size:14px;padding:0.2em 0px;margin:0px;background-color:rgba(0,0,0,0.0392157);border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px">- recommendedover:</code>, allow Swift users to cooperate with code completion engine to deliver more effective code completion results. The <code style="font-family:Consolas,&#39;Liberation Mono&#39;,Menlo,Courier,monospace;font-size:14px;padding:0.2em 0px;margin:0px;background-color:rgba(0,0,0,0.0392157);border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px">- keyword:</code> field specifies concepts that are not fully manifested in declaration names. <code style="font-family:Consolas,&#39;Liberation Mono&#39;,Menlo,Courier,monospace;font-size:14px;padding:0.2em 0px;margin:0px;background-color:rgba(0,0,0,0.0392157);border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px">- recommended:</code> indicates other declarations are preferred to the one decorated; to the contrary, <code style="font-family:Consolas,&#39;Liberation Mono&#39;,Menlo,Courier,monospace;font-size:14px;padding:0.2em 0px;margin:0px;background-color:rgba(0,0,0,0.0392157);border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px">- recommendedover:</code> indicates the decorated declaration is preferred to those declarations whose names are specified.</p></li></ul><div>-- E</div></div><div><br></div><br><div><blockquote type="cite"><div>On May 16, 2016, at 1:14 PM, Brandon Knope &lt;<a href="mailto:bknope@me.com" target="_blank">bknope@me.com</a>&gt; wrote:</div><br><div><div>I have never seen anyone use this. Why? Because it is relatively unknown and not very “pretty” in my opinion. In the ideal world, everyone would have perfectly formatted and up to date comment, but I am not convinced this is usually the case.<br><br>It’s good for IDE documenting, but:<br>• Online tutorials do NOT use this in code samples, keeping it from being widely known (and because it looks ugly next to their sample and makes it look more verbose)<br>• It really does not look nice with the language. It seems like IDE magic<br>• What about people writing in a text editor or not in Xcode? If they do not get a benefit out of // MARK: or /// - Keyword: why would they use it?<br><br>And a quick read of Matthew’s proposal tells me that it may be beneficial to be able to refer to the name of an extension in the future. I am still reading through his proposal but that’s what I took from it with a quick look.<br><br><br>Brandon<br><br><blockquote type="cite">On May 16, 2016, at 3:08 PM, Erica Sadun &lt;<a href="mailto:erica@ericasadun.com" target="_blank">erica@ericasadun.com</a>&gt; wrote:<br><br>Or better yet, the &#39;Keyword&quot; token offers searchable content that can relate one extension to the other.<br><br>/// - Keyword: Lifecycle extension<br><br>-- Erica<br><br><br><blockquote type="cite">On May 16, 2016, at 11:33 AM, Michael Peternell via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br><br>Why not just use a (documentation) comment?<br><br>/// The Lifecycle extension:<br>extension ViewController {<br>...<br><br>-Michael<br><br><blockquote type="cite">Am 16.05.2016 um 18:26 schrieb Brandon Knope via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;:<br><br>I like to separate methods into their own logical extensions so similar methods are grouped together. I do this mostly with Cocoa Touch where I like all view life cycle methods to be in the same extension:<br><br>extension ViewController {<br>  override func viewDidLoad() {<br>  }<br><br>  override func viewWillAppear(animated: Bool) {<br>  }<br><br>  override func viewDidDisappear(animated: Bool) {<br>  }<br>}<br><br>You can document this somewhat by adding a MARK comment:<br><br>// MARK: Lifecylce<br>extension ViewController {<br>  override func viewDidLoad() {<br>  }<br><br>  override func viewWillAppear(animated: Bool) {<br>  }<br><br>  override func viewDidDisappear(animated: Bool) {<br>  }<br>}<br><br>What if we made this more self-documenting by elevating this to a language feature?<br><br>extension ViewController named Lifecycle {<br>  override func viewDidLoad() {<br>  }<br><br>  override func viewWillAppear(animated: Bool) {<br>  }<br><br>  override func viewDidDisappear(animated: Bool) {<br>  }<br>}<br><br>Other ways:<br>extension named Lifecycle ViewController { }<br>extension named “View Lifecycle&quot; ViewController { }<br>extension ViewController named “Multi word description” { }<br><br><br>For now, this is purely a documenting feature (i.e. Can’t refer to the extension name dynamically or statically in actual code). I think it plays much more naturally with Swift than requiring this to be in the comments and would work across all IDEs and make it easier for people to find a specific extension as well as making their code more self documenting.<br><br>Any thoughts?<br><br>Thanks,<br>Brandon<br><br><br><br>_______________________________________________<br>swift-evolution mailing list<br><a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a><br><a href="https://lists.swift.org/mailman/listinfo/swift-evolution" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br></blockquote><br>_______________________________________________<br>swift-evolution mailing list<br><a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a><br><a href="https://lists.swift.org/mailman/listinfo/swift-evolution" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br></blockquote><br></blockquote><br></div></div></blockquote></div><br></div></div></blockquote></div><br></div></div></div></div><br>_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
<br></blockquote></div><br></div>