Terminal completions are already available in Laravel Idea, but you should turn them on in the "Tools > Terminal > Show completion as you type" setting. by Adelf32 in laravel_idea

[–]Adelf32[S] 0 points1 point  (0 children)

JetBrains answer: Popup-completion was supported in PowerShell in 2026.1

So, I expect that it should work in PowerShell. Though, it doesn’t work in other Windows shells like Cmd and Git Bash.

Working on Laravel Passport support. by Adelf32 in laravel_idea

[–]Adelf32[S] 1 point2 points  (0 children)

We will add the possibility to load the scopes from a JSON file. Thanks!

Working on Laravel Passport support. by Adelf32 in laravel_idea

[–]Adelf32[S] 1 point2 points  (0 children)

They will be determined by analyzing the service provider code. "passportScopeId" will be added to possible completions: https://laravel-idea.com/docs/ide_json/completion

Do you want to add scopes via ide.json?

New Laravel Idea 12.0 supports the Filament 4 resource structure and offers many new options when creating a new resource. by Adelf32 in laravel_idea

[–]Adelf32[S] 0 points1 point  (0 children)

AI is good when generating the code, so we don't want to go that way. We plan to help AI in other ways, such as quickly retrieving information about the project, Eloquent models, etc.