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

Improve relevance of magic methods in code completion #273

Merged
merged 4 commits into from
Nov 13, 2017

Conversation

citizenmatt
Copy link
Member

Improves the relevance of Unity's magic methods in code completion, pushing them to the top above expected types. Does this by adding the items in "light" completion mode, rather than "full", which gives them a relevance boost. The methods all come from in-memory data structures, so this should be light enough and not affect performance.

Also works around an issue with match highlighting of these methods. See RSRP-466980.

Fixes #260

@citizenmatt citizenmatt added this to the Rider 2017.3 milestone Nov 12, 2017
@citizenmatt citizenmatt self-assigned this Nov 12, 2017
@IvanPashchenko IvanPashchenko merged commit bba63c3 into master Nov 13, 2017
@IvanPashchenko IvanPashchenko deleted the bugfix/260 branch November 13, 2017 18:36
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants