consulo / consulo-csharp

Languages: C#
Apache License 2.0
50 stars 6 forks source link

Whole IDE hangs when parse #531

Closed winxalex closed 5 years ago

winxalex commented 5 years ago

I"ve closed consulo IDE 5 times already cause it hangs. Parsing last long and sometimes can't even parse or hangs at the end.

clipboard01 I've write whole this text until consulo finished. clipboard02 now go copy and past example ` methodInfo.DeclaringType.Namespace + "\n"

At least put some timer if parsing take too long to stop the process or something. …. :((

I Assume problems parsing Linq( consulo simply doesn't like Linq syntax), even in the newest version doesn't auto complete namespace System.Linq( I"m manually adding everytime I want to add some function). Same with Extension Methods "ToAliasString()" and "JoinToString()", never offer autocomplete and I need to write them manually everytime and search manually for function to write correct name. File is 6000lines, about half or more empty, but still ….

VISTALL commented 5 years ago

Hello. Can you provide more complex example? It will be nice

winxalex commented 5 years ago

This is critical issue. Consulo hangs I'm restarting non stop. Your parser is broken and get into internal loop. Consulo isn't usable NOW. I could stuck everytime I wanted.

VISTALL commented 5 years ago

I tested that u said, and no problem. I need example.