June 11, 2023See all parameter permutations in code completion in Xcode 15
Xcode 15 beta comes with some great improvements to code completion. One of my favorite is the ability to view all possible permutations of function parameters.
If a function contains more than one default parameter, we can see all the possible cases by pressing the right arrow keyboard key. This lets us choose the right permutation without any extra typing.
Level up your Swift skills!$35
100+ tips to take your Swift code to the next level
Swift Gemsby Natalia Panferova
- Advanced Swift techniques for experienced developers bypassing basic tutorials
- Curated, actionable tips ready for immediate integration into any Swift project
- Strategies to improve code quality, structure, and performance across all platforms
Level up your Swift skills!
100+ tips to take your Swift code to the next level
Swift Gems
by Natalia Panferova
$35If you are enjoying our blog and would like to support us, you can sponsor us on GitHub.
For updates about the blog and development tips, follow us on X @nilcoalescing.