Skip to content

Formatter does not treat destructured imports #5164

@bpasero

Description

@bpasero

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptHelp WantedYou can do this

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions