CoffeeChaton / vscode-autohotkey-NekoHelp

autoHotkey-1.1 IntelliSense, format, linters, in vscode https://marketplace.visualstudio.com/items?itemName=cat1122.vscode-autohotkey-neko-help

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feat] Add a delay before displaying the popup.

boromyr opened this issue · comments

Feat Provide

The suggestion popup is too fast and often obscures other code while reading, adding a simple setting to adjust the delay of the popup in milliseconds would be very useful.

Specifically, which function?

completion?

This is controlled by vscode.

// settings.json
{
    "editor.quickSuggestionsDelay": 10 //ms
}

Ok thank you, I was not aware of that, I thought it was managed by the extension.