8000 Document indexer shows errors on a project that previously worked by jonahgraham · Pull Request #1177 · eclipse-cdt/cdt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Document indexer shows errors on a project that previously worked #1177

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion FAQ/Indexer.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,11 @@ See [\#Importantlimitations](#important-limitations) If the unresolvedsymbol's d

### Troubleshooting individual errors

5D28 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

Expand Down
Loading
0