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

Editor formatting process should continue running in the background #284

Closed
dsherret opened this issue Aug 7, 2020 · 0 comments
Closed
Labels
domain: cli Relates to the command line interface.
Milestone

Comments

@dsherret
Copy link
Member

dsherret commented Aug 7, 2020

C# editor formatting is too slow—around 500ms on my machine. This is because C# is slow on initial startup (due to JIT or perhaps the compiler is initializing some things).

At the moment, a cli process is created on every file format, but it would be better to have it run once then communicate with it as it’s running. This should get formatting c# files down to under 50ms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: cli Relates to the command line interface.
Projects
None yet
Development

No branches or pull requests

1 participant