Uppercase file extensions

已回答

Hi,

Somehow I can't find how can I set file extensions for C++ as .H/.C (uppercase)... No matter how I tried (so far), I always bump into lowercase extensions (So I need to rename files manually after CLion creates then as lowercase).

I even tried to hack it via cfg files where I put uppercase (or mixed case) extensions, only to see them converted to lowercase in CLion.

Any pointers? Or there is no support for uppercase extensions in CLion? That would be very sad as uppercase extensions is a very old thing, I had it even in projects from mid-90s...

0

Hello! Could you please explain why you need to create files with uppercase extensions?

0

This is the naming convention in the project I'm working for.

And as I said before, it's quite common, it's not the only project with such a convention, I worked on another project in 90s with the same naming convention.

Both projects are commercial and successful, if it matters (and for the current one, we bought commercial CLion licenses).

The uppercase extension even goes first in the Wikipedia article for C++ :)

0

Maxim, feel free to create a feature request in our tracker: https://youtrack.jetbrains.com/issues/CPP.

0

请先登录再写评论。