laravel-goto-controller icon indicating copy to clipboard operation
laravel-goto-controller copied to clipboard

A small Visual Studio Code extension for Laravel development to click and go to controller file from a route

Results 14 laravel-goto-controller issues
Sort by recently updated
recently updated
newest added

- Issue Type: `Bug` - Extension Name: `laravel-goto-controller` - Extension Version: `0.0.15` - OS Version: `Windows_NT x64 10.0.25174` - VS Code version: `1.70.1` :warning: We have written the needed data...

Bro I love laravel go-to controller extensions made by you but im accidentally remove it and when i want to install again its does not exist in my extensions, please...

Hi all, I wanted to say that the extension is no longer maintained. I do not code often and if/when I code it is not on PHP - Laravel. The...

In laravel 8.6, route controllers are defined in a little different manner. it contains the whole 'controller path' rather than just 'controller name' sample Route::get('/home', [App\Http\Controllers\HomeController::class, 'index'])->name('home'); this extension does...

help wanted

Hello @stef-k I just happened to stumble uppon this error when checking a route file from a project and another one that is almost the exact copy of the same...

help wanted

Issue Type: Bug Ahora con alt ya no voy a los controladores ni nada (en windows y en mac) Extension version: 0.0.12 VS Code version: Code 1.55.2 (3c4e3df9e89829dce27b7b5c24508306b151f30d, 2021-04-13T09:35:57.887Z) OS...

- Issue Type: `Bug` - Extension Name: `laravel-goto-controller` - Extension Version: `0.0.12` - OS Version: `Windows_NT x64 6.3.9600` - VSCode version: `1.52.1` :warning: We have written the needed data into...

Hello. I have a problem while working on windows wsl2 like the image below. It does not return the correct path when it works on wsl2. ![image](https://user-images.githubusercontent.com/22882819/101462054-47e04d00-396e-11eb-82ae-5d6d785e5f7a.png)

enhancement
help wanted

Hello. I have a code with a class and a method. ```php use App\Http\Controllers\API\CalculatorController; Route::get('computation/{id}', [CalculatorController::class, 'getComputation']); // \App\Http\Controllers\API\CalculatorController@getComputation ``` I would like to go to a method by this...

bug
help wanted

Nice work this does for me but I will like to report two major issues 1. It would be great if we could go to method rather than just going...

enhancement
help wanted