Roald87 / TcBlack

Opnionated code formatter for TwinCAT.
MIT License
103 stars 11 forks source link

Visual Studio Development Tools Environment (DTE) build method is slower than devenv solution #48

Closed Roald87 closed 3 years ago

Roald87 commented 3 years ago

The new build method implemented with #47 is much slower than the previous solution. Is there a way to speed things up?

PTKu commented 3 years ago

@Roald87 it is slower in my experience. Especially when opening fresh instance of DTE, it may be faster when you attach to an existing instance VS.

Roald87 commented 3 years ago

Thanks for the reply @PTKu. That is very unfortunate.

My idea was to start a new one in order to make sure to have a clean start. I can try your suggestion. Thanks!