Tinkerwell Cheatsheet: The Ultimate Guide to the PHP Playground for Laravel Developers
Tinkerwell Cheatsheet: The Ultimate Guide to the PHP Playground for Laravel Developers
Are you a Laravel developer looking to boost your productivity and streamline your PHP development workflow? Tinkerwell is your go-to PHP playground. This comprehensive Tinkerwell cheatsheet covers all the essential keyboard shortcuts, smart features, and hidden tools to help you write, test, and debug code faster than ever.
π Tinkerwell Keyboard Shortcuts (macOS & Windows/Linux)
Use this quick reference table to save time and work smarter inside the Tinkerwell editor:
Action | macOS | Windows/Linux |
---|---|---|
Run code | Cmd+R | Ctrl+R |
Run selected code | Cmd+Shift+R | Ctrl+Shift+R |
Open Anything (Command Palette) | Cmd+Shift+P | Ctrl+Shift+P |
Prettify code | Cmd+P | Ctrl+P |
Toggle AI Modal | Cmd+Shift+L | Ctrl+Shift+L |
Auto Evaluate Code | Cmd+Shift+A | Ctrl+Shift+A |
Clear Output | Ctrl+L | Ctrl+L |
Toggle Editor Layout | Ctrl+. | Ctrl+. |
Toggle Toolbar | Cmd+Alt+Shift+T | Ctrl+Alt+Shift+T |
Duplicate Tab | Cmd+Shift+D | Ctrl+Shift+D |
Open Welcome Tab | Cmd+Shift+W | Ctrl+Shift+W |
Open Preferences | Cmd+, | Ctrl+, |
View History | Cmd+Y | Ctrl+I |
Toggle Snippets | Cmd+B | Ctrl+B |
View Logs | Cmd+L | Ctrl+L |
βοΈ Essential Tinkerwell Shortcuts for Daily Productivity
β Code Execution
Run Code: Instantly execute the full code in the editor (Cmd+R
/ Ctrl+R
)
Run Selected Code: Only run the highlighted portion of your script (Cmd+Shift+R
/ Ctrl+Shift+R
)
Auto Evaluate: Let Tinkerwell auto-run your code as you type (Cmd+Shift+A
/ Ctrl+Shift+A
)
π Navigation & Interface Control
Open Anything: Use the command palette to jump to files, functions, or features (Cmd+Shift+P
/ Ctrl+Shift+P
)
Toggle AI Modal: Interact with Tinkerwell's built-in AI assistant for code suggestions (Cmd+Shift+L
/ Ctrl+Shift+L
)
Toggle Snippets: Quickly access and insert your saved snippets (Cmd+B
/ Ctrl+B
)
View History: Go back in time and revisit past inputs and outputs (Cmd+Y
/ Ctrl+I
)
π§Ή Code Management Tools
Prettify Code: Format your PHP code for clarity and consistency (Cmd+P
/ Ctrl+P
)
Clear Output: Clean your output panel for a fresh view (Ctrl+L
)
Duplicate Tab: Clone your current session to test variations without losing progress (Cmd+Shift+D
/ Ctrl+Shift+D
)
π‘ Pro Tip for Power Users
Switch Editor Layout: Use Ctrl+.
to toggle between split and single views β perfect for multitasking or comparing code blocks side-by-side.
π Supercharge Your Laravel Workflow with Tinkerwell
Whether you're debugging complex logic, experimenting with Eloquent queries, or just tinkering with ideas, Tinkerwell helps you stay in flow.
Save this guide, bookmark it, and share it with fellow developers.
Happy tinkering! π―