How to apply ReSharper Ultimate Naming Styles for C++

六月ゝ 毕业季﹏ 提交于 2019-12-12 06:55:32

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/42198911/how-to-apply-resharper-ultimate-naming-styles-for-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!