Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Always have a FindUsagesProvider#getType #283

Merged
merged 1 commit into from
Mar 31, 2016
Merged

Always have a FindUsagesProvider#getType #283

merged 1 commit into from
Mar 31, 2016

Conversation

KronicDeth
Copy link
Owner

Fixes #277

Changelog

  • Bug Fixes
    • All function name elements act as PsiNameIdentifiers now even if they don't resolve, but that means they all need to support FindUsagesProvider#getType, which they don't, so use a placeholder of "unknown call type" for any Call that can't be matched and "unknown element" for anything else.

@KronicDeth KronicDeth self-assigned this Mar 29, 2016
@KronicDeth KronicDeth added this to the v3.0.1 milestone Mar 29, 2016
All function name elements act as PsiNameIdentifiers now even if they
don't resolve, but that means they all need to support
FindUsagesProvider#getType, which they don't, so use a placeholder of
"unknown call type" for any Call that can't be matched and "unkown
element" for anything else.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unhandled exception when moving mouse pointer over function name with Ctrl/Cmd pressed
1 participant