show symbol usages filter by read or write like clion

When showing usage for a certain symbol, a panel will pop up listing all the referenced places and indicating whether it is read or write by color. However, sometimes I only want to see where a certain variable will be written. Since there are too many entries, it is difficult to see everything. Can we filter the readable or writable entries like Clion.In addition, the file path after the reference entry is not displayed.If these two problems are solved, I think Resharper is a very perfect development tool

0
6 comments

There are buttons in the usages panel to filter read or write usages:

0

What I want is to be able to filter in the pop-up panel instead of searching in the window below, which would waste time

0

In the popup window you could check the icon which states whether a usage is read or write. Otherwise you'd need to list results in the window for advanced filtering.

0

What I like most about Resharper compared to VS's automatic Intellisense is the pop-up window interaction, which is very convenient. You no longer have to drag and drop from the window below

0

Almost all operations of Resharper are pop-up window interactions. I don't know why only half of this feature was done, and the other half was made into the following window display. Is it because of implementation difficulties or other reasons.However, the implementation of Clion is that filtering operations can be done on the pop-up panel

0

Adding filtering to the popup list would require a complicated UI and some duplicated functionality between the popup and the dedicated window. You can vote for this request.

0

Please sign in to leave a comment.