Lowercase filenames when using Class Template?

Hi,

When I add a new C++ class using uppercase class name (SomeClass), I notice that the source and header file generated starts with upperacse letter in their filename as well. Is there any way to avoid this? I'm doing cross platform work and typically keep my filenames all lowercase to avoid issues.

PS. I've noticed that if I'm typing class name in lowercase, the files generated are lowercase as well and I can then go into the corresponding header and change the class name, but it's a little annoying..

2
2 comments
Avatar
Renat Makhkamov

Halvor,

there is existing ticket https://youtrack.jetbrains.com/issue/CPP-2747 in YouTrack. It is in suspended state now since that feature is not of high priority for us.
Feel free to leave your comment there and vote for it.

0

Thank you for your answer. I have to say that I'm (for the most part) loving CLion so far!

0

Please sign in to leave a comment.