Y
Hacker News
new
|
ask
|
show
|
jobs
by
stevenmays
2231 days ago
It says it right in the blog post. VSCode only does fuzzy matching for javascript. This is an "intelligent" autocomplete, so the suggestions should be better.
2 comments
will_raw
2231 days ago
No, IntelliCode is also powered with AI and does not do fuzzy matching. Fuzzy matching happens if you disable intellisense.
https://visualstudio.microsoft.com/services/intellicode/
link
TomMarius
2231 days ago
Fuzzy matching is done almost never, even ordinary intellisense is type aware
link