ai-genie / chatgpt-vscode

Your best AI pair programmer in VS Code
https://marketplace.visualstudio.com/items?itemName=genieai.chatgpt-vscode
ISC License
1.18k stars 73 forks source link

Auto-tab code completions #174

Open bazylhorsey opened 2 months ago

bazylhorsey commented 2 months ago

Describe the feature

Hello there, I'm requesting an alternative to Github Copilot can get previews of completed code suggestions as they are coding in the editor, and make a best judgement response of the completion for a handful of lines. Users should be able to auto-tab and re-suggest using key commands. The feature should be configurable so users can choose which model (but for this defaulting to 3.5 or fastest GPT seems like the sane choice).

Input:

complete this code returning only the code snippet and no introduction:

print("lor

Output:

print("Lorem ipsum dolor sit amet, consectetur adipiscing elit.")
quocvuong2000 commented 1 week ago

Any update? Does this feature like autocomplete/ suggest code like copilot ?