Unable to switch IntelliSense mode

Lance 21 Reputation points
2022-07-05T17:06:15.897+00:00

I am unable to switch to tab-only IntelliSense completion mode when editing a Lua (i.e., .lua) file. When editing a Lua file the "Edit - IntelliSense - Switch between automatic and tab-only IntelliSense completion" item is grayed out. Also, pressing Ctrl+Alt+Space has no effect.

If I edit a .vb file within the same project then I'm able to enable tab-only IntelliSense completion mode, but IntelliSense reverts back to enter mode when I return to editing the Lua file.

I always want IntelliSense in Visual Studio to use tab-only completion mode. Is there a way to enable that mode either for Lua file types or for all file types?

If not, then disabling IntelliSense is also an acceptable so please let me know if that is possible. Thanks!

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,628 questions
0 comments No comments
{count} votes

Accepted answer
  1. Tianyu Sun-MSFT 27,356 Reputation points Microsoft Vendor
    2022-07-06T07:20:39.287+00:00

    Hi @Lance ,

    Welcome to Microsoft Q&A forum.

    Maybe IntelliSense mode(tab-only IntelliSense completion) doesn’t work for Lua files. But please try to set this option first: Tools > Options > Text Editor > Advanced > Default IntelliSense completion mode > change from Automatic to Tab-only. If this option still doesn't work, I suggest you directly report this issue on our Developer Community.

    217956-image.png

    Best Regards,
    Tianyu

    • If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
      Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

1 additional answer

Sort by: Most helpful
  1. Lance 21 Reputation points
    2022-07-06T14:34:54.873+00:00

    Perfect, thanks!

    0 comments No comments