Tagged Questions
3
votes
2answers
118 views
Is there a ReSharper-like code reformat and cleanup tool for Scala?
I'd like to automatically clean-up and reformat a Scala code file the way I can do with ReSharper in Visual Studio for C#. Can I do this with IntelliJ Idea or another tool?
1
vote
2answers
283 views
Is there a way to find all unused code in a .NET project using ReSharper?
I've just done a major, major overhaul on a colleagues project and throughout the process almost everything got rewritten. There was far too much code beforehand.
Now, I am left with the prospect ...
0
votes
1answer
77 views
How to refactor <link href=“ ” /> references in ASP.NET pages/views using ReSharper?
I moved a set of ASPX pages to a different folder using ReSharper's Refactor->Move command.
From ReSharper we have:
Move to Folder
This refactoring helps move a class, a file, or a selection ...