Questions tagged [intellij-idea]

233 questions
105
votes
3 answers

How to turn off the bell sound in Intellij

How do you disable the bell sound in Intellij. I am using the IdeaVim plugin for Intellij on Mac OS X and want to mute the sound.
ZenBalance
  • 2,029
8
votes
2 answers

IntelliJ "No Tasks Available" on running TestNG

I have setup a project with TestNG and when I try to run the test class or test method from the context menu "Run [TestClassName]" I am seeing "No Tasks Available" on the context pop-up. How can I make the test run or what is the configuration I am…
Red Ant
  • 181
  • 1
  • 2
8
votes
1 answer

Can I convert spaces to tabs?

Can I convert spaces to tabs in IntelliJ? I'm editing my source code in Sublime Text while my workmates uses IntelliJ. IntelliJ always change my tabs into spaces. I've changed my settings here: But it only affects new files. How can I include the…
Gideon
  • 437
6
votes
1 answer

Why do I get 'no usage found in All places' message in Intellij IDEA?

I cloned this repository. Then opened base folder as Project root in IntellijIDEA and opened Activity.java file. When I select attach method inside Activity.java file and press ⌥F7, IntellijIDEA show no usage found in All place. But ActivityThread…
5
votes
1 answer

Intellij IDEA 14.1 makes whole project read only

Sometimes for some reason, Intellij locks down my whole project. All folders become read only and I have to manually click on each folder and make it writable again, but this only lasts whilst the project is open. If I reopen the project the folders…
5
votes
2 answers

In IntelliJ, can I make PageUp, PageDown move by smaller increments?

A full screenfull is too fast for me to follow; I'd prefer maybe a half screenfull or ~10 lines. Can this be done?
Owen
  • 835
5
votes
2 answers

How to open terminal in idea?

I have clicked somewhere and I lose the Terminal My footer looks like this. I don't see ways to open Terminal. please help. P.S. Terminal doesn't exist in view->toolbar
4
votes
0 answers

How to jump between small panels which are inside the "unit testing" panel, in IDEA?

When I run unit tests in intellij-IDEA, there are two small panels inside the "test" panel, as following image: Suppose the focus is on the right panel, the red vertical line, and I want to jump to the left panel, the position of the green one. How…
Freewind
  • 1,897
3
votes
1 answer

IntelliJ Idea - how to disable properties substitution in spring config files?

The spring config files replaces the property value in the IDE. If I hover over the value, then it shows the property name. Is there a way I can disable it Or I can use some shortcut to display property strings instead of the values. For e.g., my…
3
votes
0 answers

How disable autosave of files?

"IntelliJ IDEA 2022.1.2 (Community Edition" When I work with my java project the files are auto save. Is it possible to disable auto save? It's not very comfortable.
Alexei
  • 433
3
votes
1 answer

IntelliJ 15. Run and exclamation mark near class name

I see an icon near some classes in IntelliJ IDEA in my project. Exclamation mark (in circle) and run near class name - what does it mean?
2
votes
1 answer

How can I change the highlighting done by IntelliJ when selecting an expression?

I started using IntelliJ recently, and have found if I highlight a variable, it does not highlight other occurrences of this variable very bright and so I sometimes miss the other occurrences. I find the highlighting done on VSC for this purpose is…
Addison
  • 133
2
votes
1 answer

How can I customize the bottom toolbar in IntelliJ?

I would like to add a another tab for a python console to the bottom toolbar in IntelliJ, ideally accessible with a shortcut like alt+0. Googled for a while now, but I can't find a way. The only workaround would be to add a button for the python…
bw0248
  • 131
2
votes
1 answer

Intellij keeps creating new test run configurations

Every time I try to run a single test (or test class) by right clicking > run or debug, Intellij creates a new run configuration for it, running the same test 3 times gives MyTest, MyTest (1), MyTest (2), etc. Is there a way to stop it from auto…
2
votes
1 answer

How to use environment variables in Idea settings

Let's say I would like to point to the Maven home via environmental variable, rather than enetering the actual path. When I use "$env.M2_HOME$" in mavenVersion.xml Idea seems to get it when loading the file:
Jaroslav Záruba
  • 1,138
  • 5
  • 17
  • 27
1
2 3