I use the same 3 prompts consistently for different use cases while editing in my code:
Generating typings for a function / variable
Look through the code and reformat it in a new style
Check for bugs (especially check for X, Y, Z)
I would like to tie these to different keyboard shortcuts, so I don’t have to type out my entire prompt everytime for each use case. I see there is history, which is decent enough for now, but custom snippets would be helpful for me!