R# 4.0 Code Cleanup

Hi R# team,

I want to add cleanup feature for a some files(e.g. resx).
How can i extend "Cleaup Code"?

--
Best regards,
Alexander Nesterenko
www.safedevelop.com


0
1 comment

You have to implement so called "code cleanup module"

To start with:



class MyModule : ICodeCleanupModule {...}



Do not hesitate to ask details on implementing members


--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Alexander Nesterenko" <alexn@safedevelop.com> wrote in message
news:57490f09256338ca53306cc4f80a@news.jetbrains.com...

Hi R# team,

>

I want to add cleanup feature for a some files(e.g. resx).
How can i extend "Cleaup Code"?

>

--
Best regards,
Alexander Nesterenko
www.safedevelop.com

>



0

Please sign in to leave a comment.