Tinkerwell 4 is out now! See what's new or buy now.
Tinkerwell background image
Tinkerwell Logo Tinkerwell
Hey! You are currently looking at the documentation for Tinkerwell 2. The latest version of the documentation is available here.

IDE plugins
#

The Tinkerwell plugins for Sublime Text and VS Code are deprecated and will be removed with the launch auf Tinkerwell 3

Tinkerwell has IDE plugins for PhpStorm, VSCode and Sublime Text 3. All of them require a licensed version of Tinkerwell that is installed in the default system path. The plugins are only capable of running code locally. So if you are using Homestead or want to run code via SSH, please use the standalone app.

Tinkerwell for PhpStorm
#

The plugin for PhpStorm can be found in the IntelliJ marketplace here.

After you have installed the plugin, you can select and run the code with right click --> Run with Tinkerwell or by pressing Option+Command+R,T (this means holding Option+Command and pressing R and T after another.) R,T are chosen to easily memorize run with Tinkerwell.

The code is executed and a window with the result opens itself. Keep in mind that all variables of the selected code need to be present, otherwise Tinkerwell will throw an error as it can't magically figure out the content of the missing variables.

Screenshot of Tinkerwell in PhpStorm

Tinkerwell for Sublime Text 3
#

You can install the Tinkerwell plugin for Sublime Text 3 via Package Control. The plugin adds items for Tinkerwell in the right click context menu – you can run code by selecting the lines that you want to run and clicking Run with Tinkerwell in the context menu.

**This plugin is no longer officially

Screenshot of Tinkerwell in Sublime Text 3

Tinkerwell for Visual Studio Code
#

The Tinkerwell extension for Visual Studio Code can be installed via the extension marketplace within the IDE.

To run code, select it and press Control+Option+N or click Run with Tinkerwell in the right click context menu.

Screenshot of Tinkerwell in Visual Studio Code