Snippets
Exclude Radix from Auto Import
Useful when using shadcn/ui, as the Radix versions will often be listed first. Add this to your VS Code settings json.
// settings.json - VS Code
"typescript.preferences.autoImportFileExcludePatterns": [
    "@radix-ui/!(icons)"
]
"javascript.preferences.autoImportFileExcludePatterns": [
    "@radix-ui/!(icons)"
]
Last updated: May 16, 2024
Home
HomeProjectsThoughtsSnippetsDiscoveriesUses