Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7812509
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T04:31:50+00:00 2026-06-02T04:31:50+00:00

I am using ReSharper 6.1 in VB.Net and I wanting to search for all

  • 0

I am using ReSharper 6.1 in VB.Net and I wanting to search for all the calls to Help.ShowHelp and put those in a wrapper.

So I have something like this.

Private Sub BtnHelpClick(sender As System.Object, e As EventArgs) Handles btnHelp.Click
  Help.ShowHelp(Me, HelpFiles.AuditTables, HelpNavigator.TopicId, AudittablesContext.AuditTables)
End Sub

And I want it turned into this.

Private Sub BtnHelpClick(sender As System.Object, e As EventArgs) Handles btnHelp.Click
   _navigation.ShowHelp(Me, HelpFiles.AuditTables, AudittablesContext.AuditTables)
End Sub

I tried something like this as the search pattern.

Help.ShowHelp($type1$, $type2$ , HelpNavigator.TopicId, $type3$)
  • where type1 is an expression of System.Windows.Forms.Form
  • where type2 is an expression of System.String
  • where type3 is an expression of System.Object

I tried more things then I care to remember. But even this doesn’t work Help.ShowHelp($type1$.

When I try Help.ShowHelp( it does find that, so I think it’s the expressions that aren’t matching anything.

Any help would be grately appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T04:31:53+00:00Added an answer on June 2, 2026 at 4:31 am

    You need an argument placeholders for ShowHelp arguments like so: Help.ShowHelp($arg1$,$arg2$,$arg3$,$arg4$);.
    Every argument placeholder should have exactly 1 argument.
    The replace pattern is: _navigation.ShowHelp($arg1$, $arg2$, $arg4$);

    enter image description here

    Now all Help.ShowHelp calls are marked as suggestions and can be replaced.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using Resharper 6 and ASP.NET Web Methods and have an irritating warning in
I like using Resharper. They have a feature for extracting an interface from an
I'm using Resharper keyboard shortcuts all the time and it helps a lot in
Is there any ReSharper/StyleCop-like Visual Studio addon for C/C++? I'm using ReSharper and StyleCop
Suppose I'm following TDD and using VS/ReSharper. I start out writing a test like
I just started using VS2008 and ReSharper. I have a line: Microsoft.Office.Server.Diagnostics.PortalLog.LogString(*** BOO Feature
I'm using VS2010, ASP.NET MVC 2, and ReSharper 5.0. When I create a new
I am using StyleCop for Resharper on a project originally written for .net v2.
I'm using msepc as test framework in VS 2010 with .NET 4.0 and ReSharper
I am using Resharper 6.1 in combination with VS 2008 and have the Resharper

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.