I am using VSCODE as editor to build my laravel application . I saw in a video that, it is possible to go inside a class just by a click on the class name like what the extension goto-View do . So can someone tell which extension can handle this functionality in vscode for classes
CodePudding user response:
You can download Laravel Goto extension. Its description and link is here:
Description: Go to various Laravel files by Alt ;
Version: 4.2.0
Publisher: Adrian
VS Marketplace Link:
To open the classes files hover over the class name then click ctrl right click
