This Question is Possibly Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
2 Replies Last post: Nov 2, 2010 11:55 AM by Andrey Serebryansky  
SteveChadbourne Newbie 4 posts since
Nov 4, 2008
Currently Being Moderated

Nov 2, 2010 12:08 AM

How to stop ReSharper breaking a line when enter pressed in VB.net

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

Klaus Luedenscheidt Apprentice 671 posts since
May 28, 2004
Currently Being Moderated
Nov 2, 2010 7:34 AM in response to: SteveChadbourne
Re: How to stop ReSharper breaking a line when enter pressed in VB.net

i think the reason for the difference in behavior is that R# doesn't overwrite intellisene in VB.

 

Regards

Klaus

Andrey Serebryansky JetBrains 2,900 posts since
Jan 12, 2005
Currently Being Moderated
Nov 2, 2010 11:55 AM in response to: SteveChadbourne
Re: How to stop ReSharper breaking a line when enter pressed in VB.net

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

http://www.jetbrains.com

"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:

http://devnet.jetbrains.net/message/5276571#5276571

 

 

 

More Like This

  • Retrieving data ...