IntelliCommands | Core Features | Cool Features | Videos | Online Help | Pricing | Buy | Version History | Testimonials
Navigate Top (C#, VB.NET)

Navigates the caret to the top of the member. If the caret is already positioned at the top of a member it would move the caret to the bottom of the previous member in the type definition. The feature works similarly for regions too.

Navigate Bottom (C#, VB.NET)

Navigates the caret to the bottom of the member. If the caret is already positioned at the bottom of a member it would move the caret to the top of the next member in the type definition. The feature works similarly for regions too.

Go To Property (C#, VB.NET)

Jumps to the property of an encapsulated field. An encapsulated field can appear any where within the type definition and there are times when you would want to jump to the related property to review a rountine that you have placed in getter or setter of the property.

Delete Breakpoints (C#, VB.NET)

Deletes breakpoints within members control block, within Type Definition, Namespace, Code File, Selected Code Files, Folder, and Project.

Reformat (C#, VB.NET)

This feature meant to be used internally by IntelliCommands only however since it was doing something useful we included it as a command for you. Now that IntelliCommands has reached RC7 this command has become even more useful now. It simply removes the unwanted blank lines from code files and reformats the members according to the Visual Studio language settings. You can also run this command against the entire solution too.

This command will be enhanced further gradually.

Select This (C#, VB.NET)
A quick way to select a single member, type definition, or namespace. If you are selecting members from various locations you would find this command very handy as it would speed up the selection process.