Reputation: 11
Is there a shortcut in Visual studio Code (Or an extension for it)?.
I use to use PHPstorm, there was a function that you can find the classes directly, by clicking on it. When I use visual studio code you need to search all files.
Upvotes: 1
Views: 4404
Reputation: 641
shortcut: ctrl + p
This will behave just like the 'double-spacebar' of JetBrains products.
Upvotes: 0
Reputation: 39
This should work with the PHP IntelliSense extension:
PHP 7 installation is required.
https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-intellisense
Upvotes: -1