Eclipse for FX3: F3 or Open Declaration not working

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
DeAl_292241
Level 3
Level 3
First solution authored 10 replies posted 10 questions asked

Hi,

   

I'm not sure if I am at the right place, but I have a very annoying problem with Eclipse provided with the development tools of the Fx3. 

   

The content assist is not working anymore: F3 or "Open Declaration" is doing nothing. I googled this problem and I'm not the only one. The solution I found does not apply to me, since the directory to delete is not present inside my workspace. It seems that building a new workspace does not correct the problem.

   

Does anyone has encountered this problem before?

   

Thanks,
Denis

0 Likes
1 Solution
DeAl_292241
Level 3
Level 3
First solution authored 10 replies posted 10 questions asked

Hi,

   

I think I found a fix: Project=>Properties=>C/C++ General=>Indexer=>

   

- Skip files larger than :16MB

   

​- Set : Use active build configuration

   

- UNSet: Allow heuristic resolution of includes

   

+ Rebuild Indexer

   

See this link for more info: 

   

http://mcuoneclipse.com/2012/03/20/fixing-the-eclipse-index/

   

Best Regards, 

   

Denis

View solution in original post

0 Likes
1 Reply
DeAl_292241
Level 3
Level 3
First solution authored 10 replies posted 10 questions asked

Hi,

   

I think I found a fix: Project=>Properties=>C/C++ General=>Indexer=>

   

- Skip files larger than :16MB

   

​- Set : Use active build configuration

   

- UNSet: Allow heuristic resolution of includes

   

+ Rebuild Indexer

   

See this link for more info: 

   

http://mcuoneclipse.com/2012/03/20/fixing-the-eclipse-index/

   

Best Regards, 

   

Denis

0 Likes