not able get any code suggestion from the clangd in ccs theia do i need to do any configuration for ccs project to make it work in ccs theia?? currently my project in ccs with sdk 6.10 how to make it working with ccs theia??
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
not able get any code suggestion from the clangd in ccs theia do i need to do any configuration for ccs project to make it work in ccs theia?? currently my project in ccs with sdk 6.10 how to make it working with ccs theia??
Hello,
A few things to note:
- Make sure you are using CCS 1.4, which has improvements to the clangd functionality
- There are some known limitations with parsing source files that reside outside the project folder. Is that the case you are running into?
Thanks
ki
yes what exactly i'm seeing is he's not able to parse some struct which is imported from other file(in the project directory) that cause issue and due to that issue it doesn't give any code suggestions . it's hard to write code with no code suggestions
Hi Pavan,
Yes, it sounds like you might be running into a known issue in CCS Theia, and a bug report has already been filed to track this issue. You can use the below link to review the issue and track the progress of this bug:
https://sir.ext.ti.com/jira/browse/EXT_EP-11746
In the mean time, the workaround would be to move all the dependent files into the project folder, and update any references to those files in the project so it is able to find them in the new location. Depending on the project, this step might be quite tedious, and not be recommended.
Regards,
Ricky