Customize file names displayed in the Usage view tree
Answered
Hi
I would like to customize the files displayed in the find window
I tried using the treeStructureProvider extension point but it only detects nodes from the project tree as far as I tested.
I already used projectViewNodeDecorator for the project tree and I was able to change the displayed names but I had no luck customizing the files displayed in the search results

Please sign in to leave a comment.
Hi,
As you noticed,
ProjectViewNodeDecorator
is for decorating Project View only.Unfortunately, I don't see any extension points allowing customizing nodes in the Find Usage view. If it is crucial for your plugin, you can request a feature in the platform on https://youtrack.jetbrains.com/issues/IJPL.
Thank you for checking this
Alternatively, is there a way to customize displayed file names everywhere?
As you can see in the screenshot below, fileIconProvider is working really well for all files everywhere
Is there something similar for names?
My plugin aims to make file names more meaningful because the framework in use imposes using the same names
Sorry, but I don't see such an extension point.
Users can get more meaningful results with grouping options (under the eye icon), for example, with grouping by directory structure.