We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f148fb commit e594e59Copy full SHA for e594e59
playground.php
@@ -30,6 +30,15 @@ public function testRenameClassVariable($renameMe)
30
$renameMe = 'I\'m not renamed';
31
}
32
33
+ /**
34
+ * Place your cursor on a method name and press <Leader>rm
35
+ * to rename a method
36
+ */
37
+ public function testRenameMethod()
38
+ {
39
+ $this->testRenameMethod();
40
+ }
41
+
42
/**
43
* Place your cursor on a Fully qualified class name and press <Leader>eu
44
* to create an alias and place the new Use statement on top of the file
0 commit comments