Josh Buedel
- Total activity 87
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 32
-
Created Does the latest R# support javascript private class members?
I am getting lots of errors on the # syntax for javascript private class members. The javascript version is set to "Experimental" which I assume is the latest. Does R# not in fact support javascri... -
Created Why is the option to generate delegating members disabled here?
I expected to be given the option to generate some properties that delegate their implementation to members of this.Details. For example:public string Name { get { return Details.Name; set {Detail... -
Created HTML structured pattern should not match, but does. Why?
I have coded a structured pattern that should be detecting <input/> elements with an id attribute but no name attribute. All the details are in the image below. There is a regex match on the attr... -
Created Is there a command to help me advance cursor to next parameter position?
Often I find myself in this situation:I just completed typing the literal string value and ended with cursor inside the double quotes. Next I wish to begin entering a second parameter. IOW, I wan... -
Created Can the 'read more' link of QuickDoc be customized?
When I invoke QuickDoc (Ctrl+Q) I get offered a link called "read more" which takes me to Msdn. Is it possible to customize where that takes me? For example, I'd like to be taken to the documenta... -
Created Why doesn't the replace part of my pattern work?
This structured pattern... <Pattern Severity="SUGGESTION" FormatAfterReplace="True" ShortenReferences="True" Language="CSHARP"> <Comment>Could be added to IEnumerable.Contains</Comment> <Rep...