Questions tagged [intellij-15]

Use this when developing with the IntelliJ IDEA 15 IDE for Java.

IntelliJ is the newest of the JetBrains IntelliJ IDEA Java IDE family.

This adds many new features, such as lambda debugging, force return, and an improved UI.

Learn more at What's new in IntelliJ IDEA 15.

191 questions
1
vote
1 answer

How to remove this weird label on an IntelliJ IDEA Maven module?

I accidentally created some kind of label, or at least it looks like some kind of label, on a Maven module in an IntelliJ IDEA project. It looks like this (followed by the module name): I don't remember exactly how the text got there. I think the…
Magnilex
  • 11,584
  • 9
  • 62
  • 84
1
vote
1 answer

Build IntelliJ artifacts from command line

I recently started using IntelliJ to build my GWT project. During my deployment process I have to build the necessary war file for the deploy, and the way I do that in my IntelliJ project is by going to build Artifacts, find the artifact there and…
Emre801
  • 3,043
  • 5
  • 25
  • 28
1
vote
0 answers

IntelliJ IDEA grails 3 Domain class no save method

i am new to grails . i installed grails 3.1.8 and JDEA 2016.1 ultimate . in grails project JDEA can not resolve save method for domain class objects and also read, delete, get. BUT it works and data is saved in database. so , how to solve this…
1
vote
0 answers

Intellij pointing strange errors in html file with angular

I am using intellij 15 and have included angular plugin in my project. When writing javascript files, everything is ok with code completion and highlighting as well. The problem is in the view. For example when I write a div like this:
Some…
Spartak Lalaj
  • 429
  • 6
  • 13
1
vote
1 answer

How to deploy a plugin for IntelliJ with addition resources?

I'm trying to deploy a plugin project for IntelliJ. In addition to the source code, I have images, third party libraries and more. I want to deploy the all parts to a jar file, but when I click on Prepare plugin module XXX for deployment it's just…
Rotem E
  • 213
  • 2
  • 10
1
vote
1 answer

Run java classes without using AppMain class in Intellij

When i am running java program from Intellij idea i noticed that they are executed via reflection by a class called AppMain (from idea_rt.jar). IntelliJ product spec: IntelliJ IDEA (Community Edition) IC-145.184.1 Build #IC-145.184, built on…
chebus
  • 762
  • 1
  • 8
  • 26
1
vote
0 answers

How do I enable 'Show Whitespaces' in Intellij 15 Community Edition?

There's no Settings → Editor → General → Appearance → Show whitespaces for me
sdm
  • 1,236
  • 11
  • 9
1
vote
1 answer

Intellij: No usages found in Project Files

I'm using IntelliJ 15 and I'm trying to find usages of methods and objects in a .java file packed in a .jar file downloaded through Maven. I now that they're used: I can find them through the simple search (ctrl+f) command, but when I try with the…
justHelloWorld
  • 6,478
  • 8
  • 58
  • 138
1
vote
1 answer

Intellij not finding packages

I'm trying to integrate Gatling into my project and I've got this example working, but again, I'd like to pull it into an existing project. I'm attempting to create a new directory within my project structure to house the Gatling stuff, but any…
Matt
  • 3,508
  • 6
  • 38
  • 66
1
vote
1 answer

IntelliJ "Looking for Usages" freezes when refactoring/renaming enum entry

I am using IntelliJ IDEA Community Edition 16 Preview (version IC-144.4199.23). I need to rename a couple Enum entries using IDEA's Refactoring system. For instance, I currently have an enum entry named black, and I need to rename it and its usages…
Momo
  • 3,542
  • 4
  • 21
  • 34
1
vote
1 answer

In Intellij IDEA 15, how do I exclude certain items from optimize imports?

I typically want IntelliJ IDEA always optimize imports and never use wildcards. However, in test classes, I never want static imports for the following entries to be optimized, or even removed even if they're not in use: import static…
Les Hazlewood
  • 18,480
  • 13
  • 68
  • 76
1
vote
1 answer

Make IntelliJ IDEA 15 portable

There are a lot of Tutorials on how to make IntelliJ IDEA 14 portable, but 14 is outdated now The Version 15 does somehow ignore the idea.properties file in /bin/, and setting %USERPROFILE% to %cd%..\portable does also not work So how to I make this…
markwhiston
  • 21
  • 1
  • 3
1
vote
1 answer

IntelliJ - labels in Debugging Mode

When I use the debugger in IntelliJ, I get the values of the variables inside the code lines (see text in gray in the attached picture). I would like to cancel this feature. Do you know how to do it?
CrazySynthax
  • 13,662
  • 34
  • 99
  • 183
1
vote
1 answer

open directory as a project from command line intellij

I currently use the following command when I'm in the directory I want and I want to create a project in intellij: open -b com.jetbrains.intellij I find this alot more verbose than subl . Is there a more terse command for creating a project from…
devdropper87
  • 4,025
  • 11
  • 44
  • 70
1
vote
2 answers

How to make a .jar file with multiple classes in IntelliJ?

Suppose I have multiple classes I want in a .jar. How would I do that in IntelliJ? Edit: This is just a normal IDEA project. All of the classes compile properly. I want all classes to be in the JAR.
user4926436