Jdeppe
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created IntelliJ DSL plugin provide completion of Java classes and methods
AnsweredI'm attempting to write an IntelliJ plugin for a DSL which references Java classes and methods. The DSL is exposed in `*.conf` files within a Java project. A typical snippet of the DSL looks like t...