Bcremers
- Total activity 52
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Created Live Templates - Method Parameter Type
AnsweredIs there a way to get the types of method parameters in a live template? I'm trying something like this:groovyScript("_1.collect { typeOfVariable(it) }.join(', ')", methodParameters())but of course... -
Created Tell IntelliJ which String is a JPA query
Because of a mix between ORM tools we need a layer of abstraction between our code and the JPA entitymanager. But because of this IntelliJ does not recognize JPQL query strings.In the attachment, I... -
Created [ANN] IntelliHeap 1.0 released
Hi,IntelliHeap 1.0 just got released. IntelliHeap attaches to a remote JVM and displays information about the heap.Regards,Bart