Nico Löber
- 活动总数 31
- 最后的活动
- 成员加入日期
- 关注 1 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 9
-
创建于 "There is no ProgressIndicator or Job in this thread" error in 2024.1
已回答Hello,I am about to release a new version of my plugin for 2024.1 but noticed the following error appearing.This error seems to happen everytime my plugin is executing a binary in background. This ... -
已编辑于 Data Source Introspection Scope "All Schemas"
已回答Hello, My DDEV Integration Plugin creates an auto configured data source for the database of the DDEV development environment. A new feature request is asking for scanning "All schemas" by default ... -
创建于 Placing a Got It notificiation on existing component
已回答Hello, I have added a custom terminal provider in my plugin. I would like to place a Got It notification on the marked (see screenshot) UI element to notify users about the availability of the new ... -
创建于 DatabaseDriverManager.getInstance returns null in test environment
已回答Hello, I recently tried to tidy up my plugin dependencies. I added the current version for the com.intellij.database plugin in my build.gradle.kts plugins.add("com.intellij.database:221.5080.193") ... -
已编辑于 Reading PHP Remote Interpreter Path
已回答Hello, I'm working on a plugin that is auto configuring a docker compose based remote php interpreter. Registering the Interpreter works quite well now. But I would like to improve the performance ... -
创建于 Refresh DataSource automatically
已回答Hello, I create a plugin that should automatically manage one data source configured by changing configuration. I was able to create that data source with the following code: LocalDataSource dataSo...