- 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