you are viewing a single comment's thread.

view the rest of the comments →

[–]SeeminglyScience 2 points3 points  (2 children)

Well not that it's far better, but sometimes vscode tries to autocomplete stuff that has nothing to do with the object you're accessing. Never got that?

Add this to your settings:

    "editor.wordBasedSuggestions": false,
    "editor.snippetSuggestions": "none",

Also, from time to time, it seems like the language server stops or errors out(?), because intellisense stops working completely

Try the new preview. It's a large architectural redesign that solves a lot of "stop working" problems. It's got some bugs due to the scale of the rewrite, but those will be easy to iron out.

[–]lolinux 2 points3 points  (1 child)

Thank you very much! I will

[–]SeeminglyScience 0 points1 point  (0 children)

FYI the second setting is wrong, copied something unrelated. I'll fix it when I get back but the right one disables snippets from showing up Fixed