JC
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Created Creating a git repository on New Project generation from a plugin
AnsweredI 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... -
Created 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... -
Edited IntelliJ Database Query NotSerializableException when Selecting Map from Parquet File with Apache Drill Driver
AnsweredIn 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...