You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I usually use PowerShell ISE for code editing, and I have encountered two issues:
After inputting a question, I need to press Enter three times to confirm. Can I use Ctrl+Enter to confirm directly?
When the text length of ChatGPT's answer is too long, a scrollbar appears, displaying it all in one line, which is not very convenient for reading. Can it automatically wrap at the width of the window?
demo Gif:
The text was updated successfully, but these errors were encountered:
Hmmm, I think it's a bit difficult, I also thought of a way to Ctrl+Enter to send, but there doesn't seem to be a good way to get it to work correctly in all of Terminal, PowerShell ISE, and VSCode. Especially the ISE console is very specific and many of the tricks available in the regular terminal doesn't work.
I wrote Enter-ChatGPT as a small demonstration and do not intend to implement it in a much more complicated way.
I usually use PowerShell ISE for code editing, and I have encountered two issues:
demo Gif:
The text was updated successfully, but these errors were encountered: