Hi
There seems to be different out of the box behaviour between VB.Net and C# over the enter key.
In C# if I start typing a variable name, the auto complete box appears. If I press enter it completed the highlighted enter and stays on the same line.
In VB.Net the same thing breaks the line.
I want VB to behave the same as C#.
Is there a setting fir this?
Cheers
Steve
i think the reason for the difference in behavior is that R# doesn't overwrite intellisene in VB.
Regards
Klaus
Hello Steve,
ReSharper doesn't override built-in Visual Studio IntelliSense for VB.NET,
so you're observing the default behavior of Visual Studio code completion.
I'm afraid I'm not aware of any option that could change this behavior. Thank
you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
"Develop with pleasure!"
Hi
There seems to be different out of the box behaviour between VB.Net
and C# over the enter key.
In C# if I start typing a variable name, the auto complete box
appears. If I press enter it completed the highlighted enter and stays
on the same line.
In VB.Net the same thing breaks the line.
I want VB to behave the same as C#.
Is there a setting fir this?
Cheers
Steve
---
Original message URL: