styleguide warnings
-
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.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?
-
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 -
@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,
SebastianIt would be possible with Clang, but this would require you to share the styleguide definitions - as mentioned in another thread.
-
thank you.