Funny intellisense behavior in EAP8 Follow
I just entered a method call and found a funny behavior. The method has three string and one int parameter. If i came to the int parameter intellisense show the following:
When i start entering a number the popup changes like this:
This occurs only if i enter numbers (even if i enter a number for the fourth parameter, which is a string). This doesn't seem to be a cache problem as the behavior remains after deleting R# cache. Unfortunately i can't reproduce it in a small console app.
Kind Regards
Andreas
Please sign in to leave a comment.
Hello Andreas,
thank you for the feedback.
Do you have any obfuscated or protected assembly used in your solution?
Thank you.
I'm not sure if there are any obfuscated dll's but it may be possible. The app uses a bunch of Nuget packages, but all of them are either open source or from Microsoft. But we use the third party component List & Label 20 for reporting.
Kind Regards
Andreas