Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I don't know how to apply naming style for C++ language in Resharper Ultimate Extension for Visual Studio 2015 Update 3. My OS is Windows 10. Everything works fine for other languages (like C#) and I have only this problem with C++ language. In ReSharper>Options>Code Editing>C++>Naming Style, I stipulated class names to be all lowercase. I tried running ‘Cleanup Code’, ‘Find Code Issues’, and ‘Inspect Current Project for Code Issues’. Still, the class fields that do not conform to my convention are not being found.

I understand that ReSharper should find and warn me about nonconforming code. Am I misunderstanding ReSharper or do I need to do something extra in order to enforce the naming convention?

Reza

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
213 views
Welcome To Ask or Share your Answers For Others

1 Answer

Unfortunately, ReSharper naming style inspections are not yet implemented for C++. Please vote for the corresponding issue to get an update when it's implemented. At the moment naming style settings are used only to generate new identifiers.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...