IntelliJ / Rust plugin / Structure Viewer :: show only function names?

I'm referring to the "structure viewer" of IntelliJ / Rust plugin, which right now shows a line for

  • every mod imported; i.e. "mod foo"
  • every function (good)
  • every member of a Struct
  • every impl function of a Struct

I like the fact the outline shows a entry for every function / member function.

I do not like the fact it is cluttered w/ mod imports / fields of structs. Is there a way to configure the structure viewer to toggle on/off whether certain fields are shown ?

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.