F3 declaration indexer tracking not works

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

F3 declaration indexer tracking not works

597 Views
auftrag2021
Contributor III

I know this is a very old topic. I found a lot of "answers" in the nxp or eclipse forum. unfornately none of them can help me out of the issue

My IDE: MCUXpressor 

auftrag2021_0-1665920416974.png

All the setup are default from origin

SDK: auftrag2021_1-1665920515136.png

Issue: I am trying to tracking the "TaskFunction", but it stucks. 

auftrag2021_2-1665920599650.jpeg

I follow some "old advise" from this forum to change the indexer setup:

auftrag2021_3-1665920784251.png

Unfortunately, this move doesn't help me at all. 

Everytime I met this situation, I have to use the "search text" function to find the element violently. It works, but very inefficient

auftrag2021_4-1665921016503.png

 

Can anyone here help?

Tags (1)
0 Kudos
3 Replies

592 Views
ErichStyger
Senior Contributor V

Did you already follow the steps in https://mcuoneclipse.com/2012/03/20/fixing-the-eclipse-index/ ?

The other hint is that it might be related to the line count of your source files: see https://mcuoneclipse.com/2012/08/07/eclipse-editor-scalability/ , so you might increase that 5'000 to something like 10'000, because at least one FreeRTOS file is larger than 5k lines.

I hope this helps,

Erich

0 Kudos

574 Views
auftrag2021
Contributor III
thanks for your attention.

Unfortunately I tried exactly the both methods, none helped me out of it.

as you see, they are articles from ten years ago. I am very curious if anyone have the same problem like me today.
0 Kudos

571 Views
ErichStyger
Senior Contributor V

Both articles unfortunately still apply to the latest Eclipse version.

What I can tell from my side that disable heuristics and increasing the scalability value is solving that exact problem on my side. I just have verified it with the MCUXpresso IDE 11.6.1, and with that settings it is able to locate TaskFunction_t.

As this seems not to work on your end, you could check the indexer debug option: https://mcuoneclipse.com/2021/01/10/eclipse-indexer-debug-tips/

Maybe this gives a hint to you what is going wrong?

I hope this helps,

Erich

0 Kudos