Delete unused code / files from a project in Xamarin Studio

Is there a way in Xamarin - by design - to remove unused code that is a bit like analysis in VS or Resharper?

+6
source share
1 answer

Well, unfortunately not, at least not yet. Xamarin has some code styling options, such as Resharper, which are more extensive than the VS built-in IntelliSense, but it is. The tool periodically carries out major repairs, so I assume that with each major release we can expect more opportunities.

0
source

All Articles