Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've googled and not come up with much. Has anyone run across something like Resharper for Mono?

share|improve this question
1  
Will probably come to nothing but CodeBetter started a Twitter hashtag for pledging money for a MonoDevelop Resharper version twitter.com/#search?q=%23pledgetoresharperformonodevelop – Ben Jun 29 '10 at 22:20
@Ben - Saw that yesterday. My hope is that it will come to fruition, but I am afraid you're right. – David Robbins Jul 2 '10 at 12:06

1 Answer

up vote 26 down vote accepted

Not that I'm aware of, no. A few people have discussed it but nothing concrete has emerged. We've been trying to implement some of the low-hanging fruit among the R# features that matter to people, such as the camelCase completion list matching - please file enhancement bugs if you can think of any more!

Also, now that MonoDevelop is no longer GPL there's the possibility that JetBrains could actually implement a R# addin for MD, if there's enough demand. R# as whole is immensely complex, so I don't imagine anyone else could build a decent equivalent any time soon.

UPDATE: There is an experimental Resharper-like source analysis and quick fix feature built into MonoDevelop 3.0. It can be enabled in Preferences.

share|improve this answer
Thanks - I was your blog today. I discovered it after you posted at somewebbuy this morning. Haven't had a chance to watch your screen casts but have them on the to do list. I'm really excited by the MonoDevelop is taking. – David Robbins Oct 14 '09 at 1:43
Where is this in the preferences? -thanks!- – nycynik Feb 15 at 21:44
Source Analysis -> Enable analysis of open files – mhutch Feb 17 at 8:00

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.