Hi,

Autocomplete works with this statement:
Filament\Forms\Components\TextInput::make('test')->

Autocomplete Does Not work with this statement:
use Filament\Forms\Components\TextInput;
TextInput::make('test')->

Pretty sure it worked before this latest update?

Kind regards,

John

Product: PHP Tools for Visual Studio
Version: 1.82.20082.2022
Release Date: 23 September 2024
License: The product has been activated successfully.
Visual Studio: 17.11

    JohnWhiteman Thank you John,

    It may be a known issue, if the editor can't parse the code, it gets a bit "dumb". I'll try to repro the issue and see what we can do.

      Write a Reply...