JC
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
创建于 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... -
创建于 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... -
已编辑于 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...