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... -
Created 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... -
Created R# does not detect my plugin when installed to Local Settings\...
I am attempting to do a "just for this user" install and it's placed my plug-in into the folder: C:\Documents and Settings\Administrator\Local Settings\Application Data\JetBrains\ReSharper\v5.1\Plu... -
Created Why doesn't this replacement structured pattern work?
Why doesn't this find/replace structured pattern work?I am trying to match this code: public bool SetPandGValue( byte[] pValue, byte[] gValue ) { try { ... -
Created R# 5.0 Online Help Available?
Can I get a link to the online help for 5.0, if it exists? You know, whatever is going to replace http://www.jetbrains.com/resharper/webhelp/.I'd like to read up on the structured patterns feature...