Improve your code quality with Visual Studio’s Unreal Engine Naming Convention Checker! This tool helps ensure your C++ symbols conform to the Unreal Engine coding style by providing real-time feedback.
After adding an .editorconfig
file to your Unreal Engine project, Visual Studio will:
- Display naming convention warnings in the Error List.
- Offer a Quick Fix option when you right-click the warning.
To customize how Visual Studio treats these checks (Warnings vs. Suggestions):
- Go to Tools > Options > Text Editor > C/C++ > Code Style > Linter.
- Change the setting for Naming Convention (experimental) to your preference.