Skip to main content

Questions tagged [intellij]

The tag has no usage guidance.

1 vote
0 answers
8 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
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
1 vote
1 answer
43 views

Analogy of IntelliJ IDEA for C++ development on Windows

I'm going to start developing some C++ projects using at least C++11 standard. I have tried Code::Blocks and Netbeans 8.2 IDE. I prefer Netbeans 8.2 but I've got some warnings in the IDE when using C++...
Truong's user avatar
  • 121
0 votes
1 answer
15 views

Is there a plugin for java annotation which provides a feature like @NoGetter and @NoSetter?

I know about lombok which provides @Getter @Setter. But I have to specify this for each property. Considering I have a big application and most most of the v
Venkat Teja VT's user avatar
0 votes
1 answer
15 views

Scala ide recommandation

I am still new to Apache spark, hdfs and scala. I am starting a new project on Spark. I am using HDFS and Scala. I need an Ide for my scala programming. I know how to use Netbeans but now after doing ...
Amel Hadfi's user avatar
2 votes
1 answer
1k views

Plugin for string quotes consistency in pycharm (single quote vs double quotes)

Even after 3 years of python programming, I still interchangeably write strings using either the single quotes or double quotes ('my string' vs "my string"). It seems that there is no single standard ...
Le Frite's user avatar
  • 121
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