Hi all,
I would like to stop using PHPStorm due to cost and move on with something FREE. I am just having too many cloud memberships here and there for various music, design, coding, files software, it is becoming just too much.
Would you have a very good setup template for VSCODE please? I am also using Vue 2.
The features I loved from PHPStorm were:
1)Doc Comment like:
/**
* @param $userId
* @return JsonResponse
*/
This was added automatically, I remember not to be able to get this working as well with VS Code.
2)Class Import. ie: You type a model and it knows the import path.
3)PHP Formatting on save
4)Jumping to the correct controller via clicking on router links in web.php
5)Refactoring
Can VSCode match this?
Thanks all!