Tinkerwell 4 is out now! See what's new or buy now.
Tinkerwell background image
Tinkerwell Logo Tinkerwell
Go back to Blog

Enabling autocompletion for unrecognized classes

Tinkerwell supports fantastic autocompletion for many classes out of the box and if you use it on Laravel helpers or initialize classes directly, there is no need for additional steps to make it work.

But sometimes Tinkerwell can't detect which class you are using in your code and does not provide the autocompletion experience that you love. In this case, it makes sense to manually add a type-hinting comment to that line and enable autocompletion.

So if you use Tinkerwell with Laravel and simply load a user from the database via Eloquent, autocompletion might not work directly.

That's a common problem with most IDEs and the magic of the framework – but luckily, you can enable autocompletion via a type hinting comment. Simply add the reference to the class as a comment and autocompletion works again.

That's not only helpful when working with Eloquent models but also in scenarios where return types of methods aren't that clear and you can't remember all methods but also don't want to open the class in your IDE to look them up. So adding a type hint solves a common problem when tinkering with your code on production environments where you can't easily open the files to see which methods are available on an object.

Jack Ellis, Co-founder of Fathom Analytics
“I use Tinkerwell every single day and have 25 tabs open at any one time. It’s the essential tool for Laravel developers”

Jack Ellis

Co-founder of Fathom Analytics

Kevin Batdorf, Developer
“I use Tinkerwell when I need to quickly dive into my application and view or check some data. I love using it as a scratch pad while developing to get some insights as I make changes and update the code.”
Kevin Batdorf

Developer

Tinkerwell: The PHP Scratchpad

The must-have companion to your favorite IDE. Quickly iterate on PHP code within the context of your web application.

Buy now Learn more