|
|
|
|
|
by xnorswap
190 days ago
|
|
This is the most annoying thing, and it's even happened to Jetbrains' rider too. Some stuff that used to work well with smart autocomplete / intellisense got worse with AI based autocomplete instead, and there isn't always an easy way to switch back to the old heuristic based stuff. You can disable it entirely and get dumb autocomplete, or get the "AI powered" rubbish, but they had a very successful heuristic / statistics based approach that worked well without suggesting outright rubbish. In .NET we've had intellisense for 25 years that would only suggest properties that could exist, and then suddenly I found a while ago that vscode auto-completed properties that don't exist. It's maddening! The least they could have done is put in a roslyn pass to filter out the impossible. |
|