Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin removes empty space near curly braces in imports/exports with code completetion #142

Open
PavelTurk opened this issue Oct 13, 2018 · 1 comment

Comments

@PavelTurk
Copy link

It is much better (and it seems to be TypeScript naming convention) to have such code:

import { MyClass } from "./MyModule";

However, when I use code completion plugin removes empty spaces near curly braces, so I get

import {MyClass} from "./MyModule";

I suggest to leave empty spaces.

@Chris2011
Copy link

I guess it uses the formatting Options of Javascript. With a 3rd-party-plugin, we can't have our own formatting If the Plugin is Not a friend dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants