Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
is there a way to apply the style guide automatically in visual studio 2017 community? i get so many warnings according style guidelines and wrong indentation...
Hello,
you can disable style checks in the projectdefinition.txt file of your project. See Stylecheck.
projectdefinition.txt
Also just a reminder that only Visual Studio 2015 is officially supported to develop Cinema 4D R20 plugins.
best wishes, Sebastian
thank you. seems not working in VS2017 but i found an option for the warning level in the properties
is there a way to apply the style guide automatically in VS2015?
I'm not an Visual Studio expert so I may miss something. But I'm not aware of a tool for Visual Studio to apply the style guide.
@s_bach said in styleguide warnings:
Hello, I'm not an Visual Studio expert so I may miss something. But I'm not aware of a tool for Visual Studio to apply the style guide. best wishes, Sebastian
It would be possible with Clang, but this would require you to share the styleguide definitions - as mentioned in another thread.
thank you.