seti-ui icon indicating copy to clipboard operation
seti-ui copied to clipboard

Add a .h header file icon instead of using the C icon

Open sean-mcmanus opened this issue 6 years ago • 2 comments

Actual: For .h files, the seti-ui theme is using the C icons. This is incorrect/misleading when .h files actually represent C++ files, which is commonly the case.

image

Expected: For .h files, a "H" header file icon should be used that is valid for C or C++. This would match the behavior of Visual Studio.

image

An alternative would be to have a C++ specific header for .hpp files, which is what the vscode-icons extension does, but I don't think that is necessary.

image

sean-mcmanus avatar Jan 16 '19 21:01 sean-mcmanus

The Studio Icons extension also handles this well (the icon looks like VS).

sean-mcmanus avatar Jan 17 '19 04:01 sean-mcmanus

Great idea, PRs welcome for this!

orta avatar Jul 08 '19 12:07 orta