issues
search
continuedev
/
continue
⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
19.25k
stars
1.66k
forks
source link
cmd L refactor
#2834
Closed
RomneyDa
closed
1 week ago
RomneyDa
commented
1 week ago
Description
New cmd L logic (and bug fixes):
Cmd + L:
if input is focused
if there's no chat history, toggle the GUI
otherwise start a new chat session and focus the input
otherwise
open the GUI
start a new chat session and focus the input
add any highlighted code
Cmd + Shift + L
if input is focused, hide the GUI
otherwise, show the GUI, focus the input, and add any highlighted code
Checklist
[x] The base branch of this PR is
dev
, rather than
main
[x] The relevant docs, if any, have been updated or created
Description
New cmd L logic (and bug fixes):
Checklist
dev
, rather thanmain