I am new to Xcode. I am not sure if there is a way to view a variable\'s references just like \"Find all references\" in Visual Studio by right click on a var?
For e
Try using: Find in project -> As symbol context menu. Sometimes you may want to search as definition instead.