1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

Document indexer shows errors on a project that previously worked

This documents the workaround that worked in https://github.com/eclipse-cdt/cdt/issues/1174
This commit is contained in:
Jonah Graham 2025-05-30 12:47:42 -04:00
parent abe4d1b8e1
commit b4d81a130e

View file

@ -80,7 +80,11 @@ See [\#Importantlimitations](#important-limitations) If the unresolvedsymbol's d
### Troubleshooting individual errors ### Troubleshooting individual errors
TODO #### Indexer shows errors on a project that previously worked
Sometimes it seems that CDT's metadata files can become corrupted and re-indexing the project does not resolve the issue.
In this case you can try importing the project into a new workspace.
Alternatively you can do a localized cleanup, wth Eclipse closed, delete `workspace/.metadata/.plugins/org.eclipse.cdt.core/<project name>.*`.
### Important limitations ### Important limitations