[cedet-semantic] Code completion on .inl files (c++)
Brought to you by:
zappo
|
From: Mathieu B. <mat...@ul...> - 2011-10-11 01:47:38
|
Hi! I guess most of you know that when using templates in a class declaration in c++, it's considered "good style" to separate your class declaration and it's implementation in two files. Since there are some restriction as to where you can place your methods definitions (especially for the constructor) - namely: they should be part of your header file, a somewhat best practice is to add an include to the .inl file implementing your class at the very bottom of your header file. Now it seems that this particular scheme does work with cedet's standard code completion. Is there anything I can configure to make it work (does it even recognize .inl files as valid c++ files?) Some suggestions concerning this would be greatly appreciated! Thanks! Mathieu |