Daan Doe
Daan Doe

Reputation: 11

Visual Studio code shortcut to find classes and methods?

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

Answers (2)

Jared
Jared

Reputation: 641

shortcut: ctrl + p

This will behave just like the 'double-spacebar' of JetBrains products.

Upvotes: 0

LaChRiZ
LaChRiZ

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

Related Questions