Skip to content

IntelliSense not working normally in golang #59527

@awwcmon

Description

@awwcmon

ezgif com-video-to-gif

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

No one assigned

    Labels

    *caused-by-extensionIssue identified to be caused by an extension

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions