You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VSCode and Intellisense (especially the language servers) are slowing down (taking up to 40 seconds for auto complete) because of the huge amount of export conditions (one for each icon) in the package.json
have svelte project and vscode extension for svelte language server installed
install tabler icons for svelte
try to do autocomplete -> takes up to 40 seconds to make auto complete suggestion
4
Checklist
I have searched if someone has submitted a similar issue before and there weren't any. (Please make sure to also search closed issues, as this issue might already have been resolved.)
The text was updated successfully, but these errors were encountered:
importIconABfrom'@tabler/icons-svelte/icons/a-b';// fast during build and dev server// orimport{IconAB}from'@tabler/icons-svelte';// still slow during build and dev server because vite still transforms every icon
Package
Version
@latest
Browser
Operating system
Description
VSCode and Intellisense (especially the language servers) are slowing down (taking up to 40 seconds for auto complete) because of the huge amount of export conditions (one for each icon) in the package.json
See sveltejs/language-tools#2244 for advice on fix for this
Steps to reproduce
4
Checklist
The text was updated successfully, but these errors were encountered: