Custom templates to pre-fill when creating new tinker file #414
Ghoelian
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Related problem
When I create a new tinker file, the first things I do is add a namespace, and set
declare(strict_types=1);
. This is more just a minor inconvenience than a problem.My ideal solution
I think being able to define a custom template or stub which the plugin can then pre-fill when creating a new tinker file would solve this "problem".
Considered alternatives
No response
Additional context
I am open to build this myself, but I've never worked with the Jetbrains sdk's before so I'm not sure how far I'll get.
Intentions
Beta Was this translation helpful? Give feedback.
All reactions