While coding VB.NET and CodeRush is enabled, it disrupts standard IntelliSense in some cases. Disable CodeRush and carefully write this:
Dim x As New List(
Now enable CodeRush and carefully type the same. This will be the result: Dim x As New List(Of()
As you can see, I must manually correct statement every time if there is Of keyword, which gets annoying very quickly. I need for example List(Of String).
CodeRush disrupts standard IntelliSense
Answers approved by DevExpress Support
We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.
Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.
- v16.1.8Download Official Update
Hi Ondřej,
Thank you for providing the code sample. I have reproduced this issue locally. We are working on it and will inform you of our progress.
As a temporary workaround, I suggest you disable the IntelliRush feature. For this, please follow these steps:
This issue is fixed in 16.1.7.16294.
Hi Ondřej,
Thank you for informing us of your results. We are happy to hear that the issue is solved on your side.