How to get sql comment for table and column

已回答

I use com.intellij.sql.SqlDocumentationProvider#findRelatedDbElements(com.intellij.psi.PsiElement, boolean) to get the sql table and column comment in 2020.1, but this method not found in new version.

0

Hi,

This method has been moved to com.intellij.sql.SqlNavigationUtils class.

1

请先登录再写评论。