Viewing only my fields in Structure Tool Window
Is it possible to see only fields my code added, or at-least only fields not beginning with __ (like __dir__) in the Structure tool window?
If not, is it possible using another window tool / view?
all the __ fields create lot of clutter, and most of them are present at most or all classes (all those that came from object class) , so their display is somewhat irrelevant.
请先登录再写评论。
Hi,
You can reduce the clutter by disabling "show inherited" button. Then only objects declared in your code should be shown.
However, I may have misunderstood your question, so if this isn't helpful, please send a script example and explain what do you want to hide from the structure view.
It improved the situation substantially thanx.