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.

App specific context menus
#

When you open an application within Tinkerwell, the context menu inside of your editor changes depending on the kind of application that you have opened.

Most drivers add unique features to the context menu. For example, a Laravel application context menu shows you the Laravel version of the currently selected working directory. It also gives you access to all available artisan commands so you can click on the command and run the code to see the output that this command generated.

Adding custom actions to the context menu
#

You can also extend Tinkerwell to add custom context menu entries to your applications. These context menu entries can contain code snippets, links to external websites or simply labels that represent some information.

To learn about how you can add your own custom context menu, take a look at the documentation.