I had a problem in 7.9.0 version, if i typed a variable, and tried to call a method, the intellisense crashed, and i got an error message.
Example #1:
Person person = new Person()
person.getA <- At this point it worked fine, however if i changed my mind, and wanted to to call a setter, when i deleted the characters back like this: person.g then my whole studio just froze.
If i was to slow, and typed person. then the same happened.
.After upgrading to 7.11.4, this problem still happens, but a lot more frequently. Now almost every time i try to use intellisense my studio just freezes.
Example #2:
I wasnt familiar with groovy, so i mainly used java code, i was really frustrated that i need to turn of intellisense, and try to write code manually, and so i tried to use just groovy script.
But before that i had scipt that i needed to finish it was as simple as this:
return somebusinessVar. <- it crashed instantly (i wanted to write something like this: somebusinessVar.getProperty())
What could cause this? I think it might be my project since everything works fine with an empty project. What can be in my project that can cause such an error?
I saw a similar question here, tried to set the content assist as someone mentioned here as a workaround, but didnt work.
Sorry for the intellisense i started with visual studio, and have a bad habit calling it like that.
Regards,
Zoltan