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
This commit adds a more efficient way to find the nearest SQL definition in the `SqlLivingDocumentationProvider` class. Instead of using a `when` statement, it now uses `PsiTreeUtil.getParentOfType` to find the closest `SqlDefinition` or `PsiNameIdentifierOwner`. This improves the performance and readability of the code.
0 commit comments