VSCode autocomplete / Intellisense - Properties at the bottom
Asked Answered
S

2

8

VSCode's autocomplete is driving me insane.

I can't find any options to ensure properties are at the top of the autocomplete list when I press cmd-space.

enter image description here

Are there any recent guides or extensions for how to set up vscode code autocomplete / intellisense to be tolerable for react, js, ts devs?

Scion answered 29/11, 2021 at 23:16 Comment(0)
S
4

I had the same problem. Fixed by changing Snippet Suggestions setting.

You can find that in Settings > Text Editor > Suggestions. Make sure 'top' is not selected.

enter image description here

Sunn answered 28/7, 2022 at 10:17 Comment(0)
S
2

Thanks to the recent activity on this post, I'm going to update with my current config that is much less infuriating.

This table of Types of Completions helped me figure out that I can disable keywords

And also my snippet suggestions is set to inline

Scion answered 29/7, 2022 at 1:20 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.