Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent false-positive auto completions on Svelte components (#2564
) Because Svelte components take precedence, we leave out commit characters to not auto complete in weird places (e.g. when you have `foo.filter(a => a)`) and get autocomplete for component A, then a commit character of `.` would auto import the component which is not what we want Found after merging #2545 and playing around with it a bit
- Loading branch information