Search Terms
- Auto imports
- Preferences
- File extensions
Suggestion
From microsoft/vscode#51259
Add a preference to include file extensions on auto import paths.
Use Cases
File extensions are required when working with browsers.
Examples
a.js:
b.js
Trigger auto import on abc in b.js to get:
import { abc } from './a.js'
abc
Search Terms
Suggestion
From microsoft/vscode#51259
Add a preference to include file extensions on auto import paths.
Use Cases
File extensions are required when working with browsers.
Examples
a.js:b.jsTrigger auto import on
abcinb.jsto get: