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 6832033
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T22:48:34+00:00 2026-05-26T22:48:34+00:00

I feel like this should be obvious, and perhaps I’m totally missing something, but

  • 0

I feel like this should be obvious, and perhaps I’m totally missing something, but how do I click URLs from summaries?

Below is a screenshot example of what I am talking about. (Obviously in this case since it is a warning I can copy the warning from the error list window, paste it into a text editor, extract the url, then use my browser. In other cases I would have to printscreen and then manually re-type the url. Either way, both these approaches are time consuming)

enter image description here

The “other cases” would be a result of viewing a summary from other binaries, where the developer used summary tags i.e.

/// <summary>
/// Visit http://www.google.com for more info
/// </summary>        
static void foo()
{
}

I cannot mouse over the summary box to click the link without it disappearing.

EDIT
I’m not griping that I cannot use an external browser, I can’t click the link (or copy easily) from the summary box. There has to be a better way

  • 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-05-26T22:48:34+00:00Added an answer on May 26, 2026 at 10:48 pm

    This question was asked before, the only way to do it is with a macro (see below). You think Microsoft would make this easier.

    Sub OpenURLInChrome()
    'copy to end of line
    DTE.ActiveDocument.Selection.EndOfLine(True)
    
    'set var
    Dim url As String = DTE.ActiveDocument.Selection.Text
    
    'launch chrome with url
    System.Diagnostics.Process.Start(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "\Google\Chrome\Application\chrome.exe", url)
    End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I feel like this should be a no brainer, but clearly I'm missing something...
I feel like this should be obvious to me, but for some reason I
I feel like this is something I should already know, but I'm just not
I feel like this is a dumb question and I'm missing something, but I
I feel like this is easy but I am missing something... Using jQuery, I
Feel like this should be something easy that I'm missing. I have a table
Yikes .. I feel like this one should be obvious, but I guess I'm
I'm feel like I'm missing something pretty obvious here, but I can't seem to
I feel like this should be easy, but google is totally failing me at
I feel like I should know this, but I haven't been able to figure

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.