<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jun 15, 2016 at 5:15 AM, Jo Albright 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">Creating a new thread for this, to gain more interest.<br>
<br>
I am proposing that we extend Quick Help in Xcode to include keywords (with context). This will allow for quick access to information about the keyword. But more importantly, it allows us to teach developers about the keyword in its current context (example “in” will have different information inside for loops than when it is being used inside closures). And “return” can also have the context of what Type it should have next to it (including Void).<br>
<br>
What would it take to implement this change to Quick Help?</blockquote><div><br></div><div>I&#39;d be enthusiastic to see an overall improvement in keyword support that extends beyond Quick Help. I&#39;m not familiar with how much of this is supported through SourceKit, but code completion features that are aware of the basic grammar of the language would be, I think, helpful for a wide array of users. For instance, wouldn&#39;t it be nice if `in` could be suggested after typing `for i `? Or `while` after the closing brace for a `repeat...while` loop?</div><div><br></div><div>And I think you&#39;ve also raised a great point about operators in the other thread. They do have some keyword-like characteristics, and it&#39;d be great if, say, their precedence and associativity could be visually evident while writing. Wouldn&#39;t it be nice if the lhs and rhs for infix operators could be highlighted when your caret is over the operator itself (almost like parenthesis matching, but for the arguments of an infix operator)?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> </blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
_______________________________________________<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>
</blockquote></div><br></div></div>