python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Using Lombok in IntelliJ shows create constructor message
I have added Lombok annotation(@NoArgsConstructor and @AllArgsConstructor) for my following object:
package com.example.demo.student;
import lombok.*;
@ToString
@Getter
@Setter
@EqualsAndHashCode
@N...
theedchen
Votes: 0
Answers: 1
Custom icon doesn't show up in Intellij Actions
I am adding custom icon to my intellij plugin action.
<action icon="/video/videoicon.svg" class="actions.PopupDialogAction" description="Test Description" id="fet...
Nick Fury
Votes: 0
Answers: 1
How can I highlight local Committed code in Intellij IDEA?
What I want is to set Intellij that way so that the code I commit locally to git(before I submitted it) would be highlighted, so that I can track my own progress.
The best option would be to highlight...

Yuval Raz
Votes: 0
Answers: 3
Kubernetes plugin for IntelliJ Idea does not recognize values references
I have an issues with few latest version of Intellij with kubernetes plugin.
I am using helm, so typically my chart looks like below:
helm
templates
deployment.yaml
...
Chart.yaml
values...

liotur
Votes: 0
Answers: 0