[67543 Closed] Adding a private method to a class takes ages

Oxygene for .NET 7.0.71.1477 in MS VS 2013 Shell 12.0.30110.0

Declaring a private method in a class is incredibly slow.

Even in a new (empty) project - typing “method” in the private section of a class is fast, but if you press the space-bar then, the cursor disappears for about 5 seconds… You can type one char of the method name every five seconds… typing faster sometimes freezes the whole Visiual Studio (Window is inresponsible and doesn’t even repaint).

In “protected” and “public” sections, there is also a long delay after hitting the spacebar, but when the CC-dropdown is shown i am able to type in normal speed…

is this in a specific project you could send us (attach her eot mail to support@ and we’ll keep it private)? we’re not seeing this, and no-one else has reported this.

I firstly thougth that my main project is the problem… a few assemblys in the solution, dozens of units, external references… but no - an empty WinForms or WPF app is enough to reproduce the problem (in my case).

This problem doesn’t seem to be there in an empty console-app…

reproduced, thanx!

Thanks, logged as bugs://67543: Really slow typing after “method” keyword in class decl

bugs://67543 got closed as fixed for release Bradbury Class