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
Is your feature request related to a problem? Please describe.
Thinking about switching from GitHub Copilot.
What I'm currently missing in Twinny, is the ability to use Cmd+i to open an inline chat window like Copilot does.
Describe the solution you'd like
Add a shortcut to open an inline chat about the current code text (around cursor or selected text).
Alternatively, introduce a default shortcut that switches to the chat and focuses the input field. (There are a couple of methods to assign a shortcut for switching to the chat window, but none of them automatically focuses the input. Would also be great if the chat window automatically assumes the context around the cursor.)
The text was updated successfully, but these errors were encountered:
Hello @matthiasgeihs for this, you can use twinny.sidebar.focus and assign a custom key binding. As for the inline chat view, this is under proposal by the vscode team and I plan to add something when it becomes available for extension developers.
I've seen Continue make the inline chat work somehow.
The issue with using twinny.sidebar.focus for quick chat is that the focus doesn't go to the input text field, if the chat is already open. (So it requires another mouse click to start chatting.) Maybe that can be changed?
Is your feature request related to a problem? Please describe.
Thinking about switching from GitHub Copilot.
What I'm currently missing in Twinny, is the ability to use
Cmd+i
to open an inline chat window like Copilot does.Describe the solution you'd like
Add a shortcut to open an inline chat about the current code text (around cursor or selected text).
Alternatively, introduce a default shortcut that switches to the chat and focuses the input field. (There are a couple of methods to assign a shortcut for switching to the chat window, but none of them automatically focuses the input. Would also be great if the chat window automatically assumes the context around the cursor.)
The text was updated successfully, but these errors were encountered: