Rider-Unity / How to show string options like resources.load?
In Unity, for example, when we write Resources.Load("someString"), when we write instead of someString, Rider shows everything in the Resources folder and we can select from there. Is it possible to write a similar feature as custom?
My goal is to give certain options to certain method parameters and to choose from those options while writing the code?
Please sign in to leave a comment.
Hello Baranilearslan ,
Thank you for reaching Rider Forum.
At the moment, the feature is not available. However, soon it will be possible to use the feature below:
RIDER-74403 Roslyn Code Completion Support
Please upvote the issue to subscribe to the updates.