Shortcut to create new method not work for me
Hi. Try read other post about this but not see solution.
On laracast I see how to Jeffry use a shortcut for create a non existent method
public function execute(InputInterface $input, OutputInterface $output)
{
$this->showTasks($output);
}
I put cursor over showTask and pulse Alt+Enter but nothing happens
Please sign in to leave a comment.
Hello,
Did you install Symfony plugin?
As I have stated in that another thread -- on Mac the shortcut most likely will be Option+Enter.