Josh Buedel
- Total activity 87
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 32
-
Josh Buedel commented, -
-
Josh Buedel created a post, 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... -
Josh Buedel created a post, 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... -
Josh Buedel created a post, 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... -
Josh Buedel created a post, 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... -
Josh Buedel created a post, 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... -
Josh Buedel created a post, 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... -
Josh Buedel created a post, Announcing Agent Ralph
Hello!I've just released version 1.0 of my Resharper plugin, Agent Ralph.Agent Ralph is a C# code clone detection and repair tool. If any two methods in the same class and file are functionally eq... -