question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Icon Request] Support for C++ ipp, tpp and inl files

See original GitHub issue
  • I’m sure this issue is not a duplicate.

  • I’m submitting an icon request:

    • Type: Icon
    • Icon Name: C++
    • Sample original Icon: C++ source file icon
    • Extensions: .ipp .tpp .inl
    • Filenames: ``
    • Language ids: C++
  • Language Extensions:

  • More info:

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
JimiCcommented, Feb 10, 2020

According to https://github.com/microsoft/vscode/blob/master/extensions/cpp/package.json#L30 only tpp is not supported. Better take this to the vscode team to add tpp to the list.

1reaction
lukechu10commented, Feb 8, 2020

.tpp, .ipp and .inl are all C++ source files for template classes. This is because in C++, templates are generated during compile time and the compiler needs access to the function definitions. This means we cannot use the plain .cpp extension. Check out this: https://stackoverflow.com/questions/495021/why-can-templates-only-be-implemented-in-the-header-file/495056#495056. In VSCode, when I use these extensions, the file just appears as the default file icon and it doesn’t seem to be in this list: https://github.com/vscode-icons/vscode-icons/wiki/ListOfFiles.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Support non-self-contained files · Issue #45 · clangd ... - GitHub
I just ran into this problem while trying to look at things like wake_up_var() in today's Linux kernel. This symbol is in a...
Read more >
Significance of a .inl file in C++ - Stack Overflow
When they're in an .inl file, the file can be included in a header to get inline functions and in a .c file...
Read more >
Linking Your Microsoft* Visual Studio* Project with Intel IPP...
Set the Path for the Intel IPP Cryptography header and library files in Microsoft* Visual Studio* IDE: Right click your project, then select....
Read more >
ippserver.c - Apple Open Source
Distribution and use rights are outlined in the file "LICENSE.txt" ... IPP response */ time_t start; /* Request start time */ http_state_t ...
Read more >
D67025 Add .inl as valid C++ header type - LLVM
I notice that MSVC's file open dialog considers .inl to be a "Visual C++ File" and its save dialog considers .inl to be...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found