New to Xcode — 9, how to change CMD + Click for jump to definition

Arasuvel
1 min readSep 26, 2017

--

In the new Xcode 9, when you command click on something, it shows a popup with option like Jump to Definition, Show Quick help etc..,

Command + Click Popup

You can change to show only Jump to Definition similar to earlier versions of Xcode. For doing so, go to Xcode -> Preferences and select Navigation tab. In the Command-click on Code: change it to Jump to Definition from Selects Code Structure.

--

--