5 Replies Last post: Nov 17, 2006 8:20 PM by Albert Weinert  
Dimitar_Dobrev Newbie 7 posts since
Nov 4, 2006
Currently Being Moderated

Nov 17, 2006 4:30 PM

Intellisense popup after an enum field assignment

I'd like to suggest implementing in ReSharper the feature of the Visual Studio 2005 Intellisense that automaticly shows the completion list after an assignment to a field that is an enumerated type, such as:

 

this.myPanel.Dock = // here the Visual Studio 2005 Intellisense pops up and shows all members of the DockStyle enumeration

 

Unfortunately enabling ReSharper Intellisense seems to disable this feature, at least on my machine. I haven't tried version 2.5 yet and I hope I will be able to see this in there.

 

Best regards.

Guest
Currently Being Moderated
Nov 17, 2006 5:16 PM in response to: Dimitar_Dobrev
Re: Intellisense popup after an enum field assignment

Hello Dimitar,

 

Also, when parameters of methods are of type enum it would be helpful such

as:

 

MessageBox.Show(this, "Are you sure you want this?", "????", (MessageBoxButtons

enum suggested here)

 

I'd like to suggest implementing in ReSharper the feature of the

Visual Studio 2005 Intellisense that automaticly shows the completion

list after an assignment to a field that is an enumerated type, such

as:

 

this.myPanel.Dock = // here the Visual Studio 2005 Intellisense pops

up and shows all members of the DockStyle enumeration

 

Unfortunately enabling ReSharper Intellisense seems to disable this

feature, at least on my machine. I haven't tried version 2.5 yet and I

hope I will be able to see this in there.

 

Best regards.

 

 

 

 

Guest
Currently Being Moderated
Nov 17, 2006 7:47 PM in response to: Dimitar_Dobrev
Re: Intellisense popup after an enum field assignment

I also agree that it would be a nice feature.  However, I have gotten used

to just pressing ctrl-shift-space to get the list of enum values.  Its a

good work around until they add the feature to automatically pop it up.

 

~Andy

 

I'd like to suggest implementing in ReSharper the feature of the

Visual Studio 2005 Intellisense that automaticly shows the completion

list after an assignment to a field that is an enumerated type, such

as:

 

this.myPanel.Dock = // here the Visual Studio 2005 Intellisense pops

up and shows all members of the DockStyle enumeration

 

Unfortunately enabling ReSharper Intellisense seems to disable this

feature, at least on my machine. I haven't tried version 2.5 yet and I

hope I will be able to see this in there.

 

Best regards.

 

 

 

 

Guest
Currently Being Moderated
Nov 17, 2006 7:48 PM in response to: Dimitar_Dobrev
Re: Intellisense popup after an enum field assignment

Hello Dimitar,

 

Try Smart Completion (Ctrl-Shift-Space) at this point.

 

Sincerely,

Ilya Ryzhenkov

 

JetBrains, Inc

http://www.jetbrains.com

"Develop with pleasure!"

 

 

DD> I'd like to suggest implementing in ReSharper the feature of the

DD> Visual Studio 2005 Intellisense that automaticly shows the

DD> completion list after an assignment to a field that is an enumerated

DD> type, such as:

DD>

DD> this.myPanel.Dock = // here the Visual Studio 2005 Intellisense pops

DD> up and shows all members of the DockStyle enumeration

DD>

DD> Unfortunately enabling ReSharper Intellisense seems to disable this

DD> feature, at least on my machine. I haven't tried version 2.5 yet and

DD> I hope I will be able to see this in there.

DD>

DD> Best regards.

DD>

 

 

 

Guest
Currently Being Moderated
Nov 17, 2006 8:20 PM in response to: Ilya Ryzhenkov
Re: Intellisense popup after an enum field assignment

Ilya Ryzhenkov schrieb:

 

Try Smart Completion (Ctrl-Shift-Space) at this point.

 

I would be great if ReSharper would be smart enough to do this

automatically. Ctlr-Shift-Space is not intuitive.

 

Regards

 

Albert

 

More Like This

  • Retrieving data ...