Skip to content

Disabling autocompletion in comments #2988

@Theome

Description

@Theome

When writing comments in Lua, the autocompletion suggests words while typing. This happens without a delay and after typing the first letter of a word. I find the quickly flashing suggestions very distracting and would like to disable them.

I have added the following to my settings:

    "Lua.completion.enable": false,
    "Lua.completion.showWord": "Disable",
    "Lua.completion.workspaceWord": false,

I believe that these settings should completely disable autocompletion, but even after restarting VS Code, I still see the suggestions while editing comments:

Screenshot

Maybe I'm misunderstanding how this works, or this is a bug, but in any case I'd like to see an option to specifically disable autocompletion in comments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions