You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure we show the right suggestions at the right place,
We don't show any unwanted suggestions (show only the right suggestions)
Don't do a text comparison, but perform a PsiElement comparison. Because two elements can have the same Name, but we want to make sure we are showing the right element.
The text was updated successfully, but these errors were encountered:
Add tests for auto completion suggestion.
The text was updated successfully, but these errors were encountered: