Skip to content

feat: exclude jimmer generated files from search#183

Open
zjarlin wants to merge 1 commit into
Enaium:masterfrom
zjarlin:codex/exclude-jimmer-generated-search-results
Open

feat: exclude jimmer generated files from search#183
zjarlin wants to merge 1 commit into
Enaium:masterfrom
zjarlin:codex/exclude-jimmer-generated-search-results

Conversation

@zjarlin

@zjarlin zjarlin commented Jun 25, 2026

Copy link
Copy Markdown

Motivation

Jimmer generates Draft, Fetcher, FetcherDsl, and Props classes at compile time. These generated artifacts can add noise in project search and usage results.

Changes

  • Add a custom scope for project files excluding Jimmer-generated Draft/Fetcher/Props artifacts
  • Make Find in Project use that non-generated project scope by default when no narrower scope is selected
  • Mark Jimmer-generated artifacts as generated sources and hide them from usage results

@zjarlin zjarlin changed the title feat: exclude Jimmer generated files from search feat: filter Jimmer generated sources from search, navigation, and tool windows Jun 26, 2026

@Enaium Enaium left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why change too much irrelevant code?

@zjarlin zjarlin force-pushed the codex/exclude-jimmer-generated-search-results branch from 4276df5 to 5cc8332 Compare June 29, 2026 00:46
@zjarlin zjarlin changed the title feat: filter Jimmer generated sources from search, navigation, and tool windows feat: exclude jimmer generated files from search Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants