JC
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
-
JC created a post, AnsweredCreating 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 created a post, 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 created a post, AnsweredIntelliJ 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...