typescript-go icon indicating copy to clipboard operation
typescript-go copied to clipboard

added gating for user preferences for auto imports

Open johnfav03 opened this issue 2 months ago • 3 comments

Implements and tests User Preferences for Auto Imports; the specific preferences included are shown below.

importModuleSpecifierPreference: "shortest" | "project-relative" | "relative" | "non-relative"; importModuleSpecifierEnding: "auto" | "minimal" | "index" | "js"; includePackageJsonAutoImports: "auto" | "on" | "off"; allowRenameOfImportPath: boolean; autoImportFileExcludePatterns: string[]; autoImportSpecifierExcludeRegexes: string[]; preferTypeOnlyAutoImports: boolean;

johnfav03 avatar Oct 02 '25 16:10 johnfav03