-
Notifications
You must be signed in to change notification settings - Fork 37.1k
Closed
Labels
*caused-by-extensionIssue identified to be caused by an extensionIssue identified to be caused by an extension
Description
When I want to get suggestion of my own func like (distributeCandies), I need to move cursor, click somewhere, and move it back.
Is it possible to get suggestions directly?
No need to move the mouse cursor.
my vscode settings:
{
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Dracula",
"go.autocompleteUnimportedPackages": true,
"go.useCodeSnippetsOnFunctionSuggest": true,
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"editor.tabCompletion": true,
"files.autoSave": "onFocusChange",
"[go]": {
"editor.insertSpaces": true,
"editor.formatOnSave": true
},
"editor.formatOnSave": true,
}
Metadata
Metadata
Assignees
Labels
*caused-by-extensionIssue identified to be caused by an extensionIssue identified to be caused by an extension
