File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
02 - Navigate to Declaration
03 - Navigating to somwhere we have been Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616$ name = 'Hadi ' ;
1717$ age = 53 ;
1818
19- // 1. Ctrl+Click on the Customer symbol
19+ // 1. Ctrl+Click (or Command+Click on Mac) on the Customer symbol
2020// 2. Use the keyboard shortcut
2121// 3. Go to Declaration for the $age variable passed into the below constructor
2222$ person = new Customer ($ name , $ age );
Original file line number Diff line number Diff line change 55 * Navigates back to where code was last edited.
66 *
77 * Ctrl+Shift+Backspace (Windows/Linux)
8- * Shift+Command+Backspace (Mac OS X)
8+ * Shift+Command+Delete (Mac OS X)
99 */
1010
1111namespace Navigation3 \JetBrains ;
@@ -27,4 +27,4 @@ public function step1() {
2727 public function step2 () {
2828 // 4. Navigate back to where we last edited using the keyboard shortcut.
2929 }
30- }
30+ }
You can’t perform that action at this time.
0 commit comments