CodeLite won't parse files that have no #include in them?
Posted: Fri Dec 06, 2019 6:56 pm
Hi. I'm using CodeLite 13.0.7.
My workspace have files with .hps extension , in which I configured to be as a c++ file extension.
The thing is, CodeLite will parse hps files that only have #include in them. I have other .hps files without any include in them in which CodeLite won't parse.
One of the solutions will be to rename the extension of said files to .h
However, I need my files to end with .hps.
Is there a way to tell CodeLite to treat all .hps files as .h file?
Perhaps I need do something in the Come Completion->Ctags->Advanced->Types/Tokens section?
My workspace have files with .hps extension , in which I configured to be as a c++ file extension.
The thing is, CodeLite will parse hps files that only have #include in them. I have other .hps files without any include in them in which CodeLite won't parse.
One of the solutions will be to rename the extension of said files to .h
However, I need my files to end with .hps.
Is there a way to tell CodeLite to treat all .hps files as .h file?
Perhaps I need do something in the Come Completion->Ctags->Advanced->Types/Tokens section?