- init
- refactors
- more methods for route
- smaller size
- add route completion
- can now copy method name if not found in the controller ex."used through a trait"
- better route completion
- fix showing copy method notif when no method is in link
- search for required files in workspace root only instead of everywhere
- better api
- add config to show/hide the route name suggestions
- fix package settings name
- fix showing links to controllers with partially matched names
- fix scrolling to methods with partially matched names
- things should be quicker now
- remove
route name suggestions
usehttps://marketplace.visualstudio.com/items?itemName=amiralizadeh9480.laravel-extra-intellisense
instead
- better regex to support something like
tenant_route($domain, 'home')
- fix wrong path seperator for windows
- fix not working with controllers that have namespace in the name ex.
API\SomeController@action
- use the correct file opening command
- make sure path separators are normalized
- support docker
- support new laravel 9 routes list cmnd (check readme)
- fix link popup not being clickable
- use a cmnd instead of the uri handler
- remove
waitB4Scroll
config - use symbol provider to correctly navigate to action
- update
laravelGotoController.routeListCommand
&laravelGotoController.phpCommand
, plz update ur config - add new config
laravelGotoController.dockerVolumePath
- better api
- update rdme
- fix error
- fix error 'Activating extension 'ctf0.laravel-goto-controller' failed: Cannot read properties of undefined (reading 'path').'
- fix not working correctly with
PhotoController@index
- fix
ur is not a function or its return value is not iterable
- show output panel when phpcommand fails
- better support for routes actions
- update rdme
- allow the extension to work regardless of parsing errors
- fix #7
- make method separator dynamic
- use
__invoke
if no action is specified
- put back
route name suggestions