ailisp / commonlisp-vscode

Common Lisp Editing extension for Visual Studio Code
35 stars 1 forks source link

How do you select from the autocomplete list with the keyboard? #12

Closed Lucretia closed 3 years ago

Lucretia commented 4 years ago

Pressing return doesn't work, it just takes the cursor to the next line, doesn't select and insert the identifier like it should. I have to use the mouse to select, which does work, it's annoying.

ailisp commented 3 years ago

Hi @Lucretia, as all other auto completion in vscode, you can press arrow up/and down to locate desired item, and press to autocomplete

Lucretia commented 3 years ago

I wouldn't have asked if it was that simple, would I? Don't you think I tried the usual ctrl+space to autocomplete?