Replacement from DataSourceUiUtil.performAutoSyncTask
已回答
Now performAutoSyncTask in DataSourceUiUtil and DataSourceUtil deprecated and marked for removal. Any other suggestions on how to initiate a data source update from the plugin code?
请先登录再写评论。
There is a coroutine version of this function that is better to be used
Alexander Kass , it seems that in the IntelliJ IDEA 2025.1 this coroutine is also deprecated, could you please assist with the replacement?
The function that I was talking about is
com.intellij.database.util.DataSourceUtilKt#performAutoIntrospection
That is ok
Which coroutine function was deprecated?