Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling autocompletion in comments #161

Open
Theome opened this issue Dec 13, 2024 · 0 comments
Open

Disabling autocompletion in comments #161

Theome opened this issue Dec 13, 2024 · 0 comments

Comments

@Theome
Copy link

Theome commented Dec 13, 2024

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 found the quickly flashing suggestions very distracting and wanted to disable them.

I assumed that I could change this in the Lua section in the settings, and tried this:

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

This didn't fix the issue, and I still saw the suggestions.

Screenshot

I opened an issue here: LuaLS/lua-language-server#2988

As noted in a comment on that issue, vscode-lua overrides the editor.quickSuggestions setting. This was unexpected to me. It would be helpful if this could be changed or documented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant