codestoryai / aide

The open-source AI-native IDE
https://aide.dev
GNU Affero General Public License v3.0
574 stars 28 forks source link

Tab Autocomplete Not Working #946

Open ericchambers-chattie opened 2 weeks ago

ericchambers-chattie commented 2 weeks ago

Before submitting your bug report

Environment

- OS: macOS Montery 12.6.4, Apple M1 Pro
- Sidecar commit: n/a
- IDE commit: n/a
- vscode Settings.json:

{
    // Editor Settings.
    "editor.fontSize": 15,
    "editor.formatOnSave": true,
    "editor.inlineSuggest.suppressSuggestions": true,
    "editor.trimAutoWhitespace": true,
    "files.trimTrailingWhitespace": true,
    "security.workspace.trust.untrustedFiles": "open",
    "terminal.external.osxExec": "iTerm.app",
    "terminal.integrated.copyOnSelection": true,
    "window.zoomLevel": 2,
    "terminal.integrated.fontSize": 13
}

Description

After installing Aide, the Aide > Inline Completion settings where enabled by default. When writing code within a .ts file there are no auto complete suggestions. I have tried disabling the rules, restarting the IDE, and reinstalling the IDE with no luck. In addition, Model Selection shows DeepSeekCoder 33B as the currently selected Copilot Model.

By the way, the product is fantastic. This will be my IDE going forward in my career, I just really need auto completions!

Reproduction

No response

Log output

No response

theskcd commented 2 weeks ago

will check this behaviour our. I believe a setting is off sync over here which needs fixing