c# - R#: Stop it touching ghostdoc XML comments on Code Cleanup? -


i using ghostdoc create xml comments , happy format. use following format (c#)

    /// <summary>     /// creates new client.     /// </summary>     /// <param name="uri">the uri.</param>     /// <param name="param">the param.</param>     /// <returns></returns> 

using code cleanup r# 7.1.1 reformats xml comments, inserts new xml comments there missing, annoying. there way stop this.

i have created own profiles code cleanup , disabled (even stylecop settings too) , code cleanup , sure enough wants reformat xml comments , place new ones missing..

anyone know how around this?

thanks

most doing wrong or you've hit bug either in resharper or in stylecop. should:

  1. try disable stylecop completely.
  2. double check you've disabled c# | reformat embedded xml doc comments in custom profile.
  3. double check indeed selecting custom profile when invoking code cleanup.
  4. create sample solution problem can reproduced , contact resharper support. see http://www.jetbrains.com/support/resharper/

Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -