Disable alternative view for Collection classes

已回答

When viewing collections in IntelliJ, it helpfully hides the implementation details and presents an array type view with numbered elements. Is there a way to turn this off so that it displays the actual fields of the collection objects? I tried turning off “Enable alternative view for Collection classes” but that didn’t help. There is also no “View as -> object” option. The object I am looking at is "org.glassfish.jersey.internal.util.collection.StringKeyIgnoreCaseMultivaluedMap" which extends "jakarta.ws.rs.core.AbstractMultivaluedMap" which implements Map. Thanks

0

Try disabling toString views as well and make sure there are no custom type renderers enabled. If it doesn't help, please share any sample project to reproduce the issue and provide the screenshot of the problem.

0

请先登录再写评论。