tinkerun-vscode icon indicating copy to clipboard operation
tinkerun-vscode copied to clipboard

The missing way of running tinker in Visual Studio Code

Results 6 tinkerun-vscode issues
Sort by recently updated
recently updated
newest added

I'm interested in trying it out if it's not abandoned

Example: ```php $variable = ' Hello Summer ' ; dd($variable); ``` it will not work

bug

Hi! Do you have an idea what could have caused this terminal output? ![Bildschirmfoto 2022-08-09 um 15 31 34](https://user-images.githubusercontent.com/70586640/183660463-e26bc5f8-556a-4b12-8079-5a13c1370051.png)

Apologies for my potential ignorance on this, but is there not simply a way to have a tab that opens to write in or copy paste multiline code to run...

enhancement

First of all, thank you so much for your work here - it's awesome and really super helpful! Practically, I use it all day long while programming. I'm running vscodium...

I configured a connection: ``` { "connections": [ { "name": "dev", "command": "docker exec -it webserver php artisan tinker" } ] } ``` If I run directly the command I...