Feature Request: Highlight URLs in the IDE

Please consider adding highlighting of URLs in comments in Fire. Very often I will put a URL in a comment (perhaps a link to a forum or StackOverflow post) to help explain what I’m doing. It would be great if that could be highlighted within the comment and would be even better if it was a clickable hyperlink that would take me to the URL in my browser.

Example:

// My implementation of @mh's TryBinaryStringToUInt64() method.
// See: https://github.com/remobjects/RTL2/commit/16d7eb55117a44d1f00661fad7c4f82b809d6d4d
private bool TryBinaryStringToUInt64(string s, out long result) {
  ...
}
1 Like

I’ll see what I can do.

1 Like

Thanks, logged as bugs://84464

bugs://E24234 was closed as fixed.