File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ When inside a PHP file the following mappings work
2727
2828### EXTRACT METHOD
2929Go into visual mode and select the code you want to extract to a new
30- method the press <Leader >rem
30+ method the press ` <Leader>rem `
3131
3232You will be prompted for the name of the new method.
3333
3434### RENAME LOCAL VARIABLE
3535In normal mode move the cursor so it's inside the name of the variable
36- which you want to rename. Press <Leader >rlv
36+ which you want to rename. Press ` <Leader>rlv `
3737
3838You will be prompted for the new name of the variable.
3939
4040### LOCAL VARIABLE TO INSTANCE VARIABLE
4141In normal mode move the cursor so it's inside the name of the variable
42- which you want to rename. Press <Leader >rli
42+ which you want to rename. Press ` <Leader>rli `
4343
4444### OPTIMIZE USE
45- Simple press <Leader >rou to run the optimize use refactoring.
45+ Simple press ` <Leader>rou ` to run the optimize use refactoring.
You can’t perform that action at this time.
0 commit comments