We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Imagine an import like this:
import { IWorkbenchEditorService } from 'vs/workbench/services/editor/common/editorService';
Format, I would love if it ends up to be
import {IWorkbenchEditorService} from 'vs/workbench/services/editor/common/editorService';
Or whatever you guys think should be the formatting of destructured imports.
Imagine an import like this:
Format, I would love if it ends up to be
Or whatever you guys think should be the formatting of destructured imports.