-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Tinker consoles per-project, option to put them in the .idea folder #330
Comments
I had tried to do that, I just needed a little bit more costimizability in the form of the tinker console scratch file type. I'm not happy with the implementation yet tho - I want the files to be "per project" and the way it's now it's not per project. So, I might ditch scratch files all together at some point. |
How about having a This will also make it easier to have custom filenames. |
An interesting idea, however, that would "dirty" your folder. Maybe add in to the idea folder. Or, even better, make it customizable. |
@Roboroads Why do you consider it "dirty", it should be added to .gitignore |
maybe even include a gitignore file by default when creating the directory |
I specifically do want to see it in the directory so I can see all saved snippets and select the file I want to tinker with. Having it in the idea folder will make it again invisible. |
This issue has been automatically marked as stale because it has not had recent activity. This means this issue is resolved or nobody else has had this issue or feature request. It will be closed if no further activity occurs within 30 days, so if this is still relevant, please let us know! |
+1, it would be great to be able to have a tinker console per project. |
Related problem
No response
My ideal solution
I see you moved the the Tinker Console to "Scratches and Consoles" with #39. Is there a reason why we need a separate "Console" and can't just run PHP scratch files?
Considered alternatives
No response
Additional context
No response
Intentions
The text was updated successfully, but these errors were encountered: