JC
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
-
JC 创建了一个帖子, 已回答Creating a git repository on New Project generation from a plugin
I have built an IntelliJ plugin that generates a gradle project using file templates and imports it using an implementation of the JavaModuleBuilder. As part of this process I would also like to in... -
-
JC 创建了一个帖子, Can you store internal file templates in sub folders?
I have built an IntelliJ plugin that uses a large number of file templates to generate a project for the user. Currently they are all stored under: resources/fileTemplates/internal as .ft files and... -
-
JC 创建了一个帖子, 已回答IntelliJ Database Query NotSerializableException when Selecting Map from Parquet File with Apache Drill Driver
In order to run SQL on some Parquet files locally I added the Apache Drill JDBC driver (version 1.18.0) to IntelliJ and connected to my local Drill instance by setting the URL to: jdbc:drill:drillb...