All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Support Laravel v8.x routes definition. Navigate Route <--> Controller. Eg.
Route::get('/user', [UserController::class, 'index']);
- show info "Declaration not found"
- performance: scan faster by exclude some directory
- progress UI: show count of scanned files
- bugfix
- whitelist method without "public" keyword
- find the controller class Although it does not contain "Controller" suffix
- find Route::resource declaration
- StatusBar button for quick action
- Find blade usage
- Go to Route
- Go to Controller
- Work in progress.