I'm not totally sure this is a compiler (lib/IDE for CodeCompletion) or an Xcode feature. But my guess is the the basics from something like this comes from compiler support in anyways so that is why posting this here under compiler flag.

Considering the screenshot bellow, I was wondering if it would be useful for code completion to show that result is an get async in some way like for example the bellow for an async function getResult is shown on the side.
To me looks like something useful to differentiate right away get async from normal properties.
So the question is if would something like this make sense? Or let me know if there is anything I am missing
cc @ahoppen @rintaro
1 Like
ahoppen
(Alex Hoppen)
2
Yes, result should definitely be reported as async here. Could you file a bug report for this issue at Issues · apple/swift · GitHub? 
ahoppen
(Alex Hoppen)
3
8 Likes
Awesome! Thanks for the quick PR =]