Hello! In my custom language plugin, I have added a working FindUsagesProvider provider that correctly finds all the usages for the selected identifier (similar to how it is implemented in the tutorial on the FindUsagesProvider. However, it doesn’t have the read and write access filters I would see for other languages (see attached image). How do I specify a specific usage is a read or write usage? I apologize if there is documentation clearly showing this somewhere, but if so, I seem to be having trouble finding the right search terms. Any pointer toward a page describing this support or a pointer to the method/class that is used to add this information to the reference would be greatly appreciated. Thank you much for your time!
ReadWriteAccessDetector is what you need…
1 Like
