msfroh commented on PR #14804:
URL: https://github.com/apache/lucene/pull/14804#issuecomment-2985537756

   > I don't know how intellij behaves here or if we can prevent similar 
behavior. All this stuff can be followups, really, I'm just brainstorming.
   
   We should be able to make it easier for IntelliJ to do the right thing 
without too much trouble. One option is to use `gradle-idea-ext`, which is what 
we do on OpenSearch 
([ref](https://github.com/opensearch-project/OpenSearch/blob/6ff44d9b5e1f1f6f22b9935d21e408957383e940/gradle/ide.gradle#L67)).
 Another option is to use a `.editorconfig` file, where there are some 
IntelliJ-specific extensions (like 
`ij_java_names_count_to_use_import_on_demand`) that can crank up the threshold 
for wildcard imports.
   
   I can take a shot at a separate PR to help out there.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to