iOS
Xcode 15 Jump to define 단축키 변경
삼쓰_웅쓰
2023. 10. 31. 13:53
반응형
https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes
The Show Code Actions command has been replaced with Show Quick Actions to quickly access any menu command. By default, Command-clicking a token in the editor now performs Jump to Definition.
AS-IS
cmd + ctrl + 클릭
TO-BE
cmd + 클릭
반응형