Live Template or text expansion in Rider terminal?
Is there any way to trigger a live template or text expansion in the terminal? I have an AWS cli action wired up in Windows Terminal so I just press CTRL+SHIFT+S to log in to AWS. I haven't figured out how to do something similar in Rider terminal. Any ideas?
Please sign in to leave a comment.
Hello,
Thank you for contacting Rider support.
For example, if you use powershell terminal in Rider, you can create
Set-PSReadLineKeyHandler
for yourself. Placing such a script in your $PROFILE would allow future sessions to use the scripted shortcut. (I verified this on MacOS with pwsh terminal installed)For example:
What the approach did you use to script the mentioned command and what your OS you are on?
Windows. This worked. Thank you.
Thank you for keeping me posted! I am glad to hear that I was able to help.
If there are no other questions, then I am going to proceed with archiving this ticket.
Should you have any other questions or difficulties in the future, do not hesitate to contact support.
Have a nice day!