Skip to main content

Questions tagged [intellij]

The tag has no usage guidance.

4 questions with no upvoted or accepted answers
1 vote
0 answers
11 views

Auto generating Junit tests tool with usage of AI

I am using IntelliJ and I write my code in Java. I would like to create a bunch of Junit tests, because they are missing. I wonder if there is any tool which is using AI (like ChatGPT) which can ...
fascynacja's user avatar
1 vote
0 answers
84 views

Is there a Scala plugin for VSCode or IntelliJ that opens a code visualiser side by side?

For my project, I have to create a code in IntelliJ IDEA Scala but it's getting difficult for me to draw out and visualize how elements in my code work with each other. I was wondering if there is a ...
Edgar Ustian's user avatar
0 votes
0 answers
9 views

IntelliJ plugin to view maven plugin versions (direct and idirect)

I am using "Dependency Analyzer" plugin in IntelliJ in order to see versions of all dependencies from the pom: It works pretty well for dependencies. Just when I want to see also versions ...
fascynacja's user avatar
0 votes
0 answers
8 views

Is there any tool/plugin for custom parsing jmte templates (mostly .json) in IntelliJ IDEA?

In our project we are using JMTE(Java Minimal Template Engine) for templates (mostly in json). However, the problem is IDEA shows custom template parts as errors, and reformating breaks them. I was ...
Anastasiia Bezruka's user avatar