Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

suggestion, improve intellisense tooltip for unity monobehavior event functions #260

Closed
rob8861 opened this issue Nov 3, 2017 · 0 comments
Assignees
Milestone

Comments

@rob8861
Copy link

rob8861 commented Nov 3, 2017

The default behavior of VSTU is to always suggest Unity event functions in the intellisense tool tip.
for example, if I start typing 'up' I will get the Update monobehavior function by default.

However, that is not the case with this plugin. it actually tries to suggest other unity functions/symbols that have 'up' in their name and I personally find this unproductive and it slows me down since I need to always scroll all the way down to the actual Update function.

it would be nice if 'resharper-unity' can give monobehavior event functions highest priority so they always by default in the intellisense tool tip, much like how it is being done in VSTU. In other words, when I start typing 'up' , it should suggest the Update method unless it is already been implemented in the file.

Thanks,

@rob8861 rob8861 changed the title suggestion, improve intellisense suugestion for unity monobehavior event functions suggestion, improve intellisense tooltip for unity monobehavior event functions Nov 3, 2017
citizenmatt added a commit that referenced this issue Nov 9, 2017
@citizenmatt citizenmatt self-assigned this Nov 12, 2017
@citizenmatt citizenmatt added this to the Rider 2017.3 milestone Nov 12, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants