Question
Feature request: create pair of .c and .h files
It is a very common practice the source files go in pairs: a .h file with the interface, and a .c file with the implementation.
This is acknowledged in CubeMX - which has an option to do exactly that:

But, with CubeIDE (in fact, Eclipse), it requires a 2-step process:
- New > Source File;
- New > Header File.
Feature Request: add an option to create a pair of files - .c and .h - in one go.
