nystudio107 / craft-autocomplete

Provides Twig template IDE autocomplete of Craft CMS & plugin variables
MIT License
42 stars 4 forks source link

Remove 10 second rule #1

Closed bencroker closed 3 years ago

bencroker commented 3 years ago

@khalwat Craft generates the CustomFieldBehavior class only if the file already exists – the 10 second rule comes only later in the generation process. https://github.com/craftcms/cms/blob/96fc9a3f2fc7caabc44d12d786dea2a39ffa4b62/src/Craft.php#L183-L186