Questions tagged [intellij-idea-2016]

The popular IDE by JetBrains, specifically in its version '2016'.

61 questions
0
votes
1 answer

Cannot connect Intellij Ultimate 2016.2 to GIT using PKI

So, I have been trying on and off to get IntelliJ IDEA Ultimate to connect to our GitLab and JIRA server but both require the use of PKI and I cannot figure out how to get this to work. When attempting to use the VCS menu option for Git to pull or…
edjm
  • 4,830
  • 7
  • 36
  • 65
0
votes
1 answer

intellij auto completes a tag without href

I know that when doing a TAB it used to auto complete to this is no longer the case for me. It simply does this: Is there a way to turn this back on? in html and php files
Toskan
  • 13,911
  • 14
  • 95
  • 185
0
votes
1 answer

IntelliJ Importing data to MySQL from CSV fails without apparent reason

I have IntelliJ IDEA 2016.3 and I'm trying to import file to a MySQL table from a CSV file. I have made sure that the "NOT NULL" fields are populated. But none of the rows seem to be imported.
Alexander Suraphel
  • 10,103
  • 10
  • 55
  • 90
0
votes
0 answers

Intellij 2016.3 update to Oracle 12c syntax

After a recent upgrade to Oracle 12cR1, Idea's database-editor syntax-highlighting has gotten out-of-date for my Oracle connections. Queries making use of 12c syntax that work fine in SQLPlus(12.1.0.2.0) and SQLcl(4.2.0) highlight as incorrect…
alexgibbs
  • 2,430
  • 2
  • 16
  • 18
0
votes
1 answer

intellij idea maven dependencies resource code using decompiler

It is said that Intellij idea would automatically download resource code from maven for maven projects. However I am still having "decompiled .class file bytecode version 50.0". I would like to view the resource code from .java.
Tiina
  • 4,285
  • 7
  • 44
  • 73
0
votes
0 answers

Intellij idea 2016 invalid incompatible type

Intellij idea reports a compile error: incompatible types. However the groups variable on the left of that equation is defined exactly as com.example.intepipe.model.Groups. I have already tried invalid caches and restart
Tiina
  • 4,285
  • 7
  • 44
  • 73
0
votes
0 answers

IntelliJ not recognizing imports from test directory (maven conventions)

I've got a project with a maven structure (src/main, src/test) and somehow IntelliJ doesn't recognize imports from the test directory, although they're in the same package. When I run the Application it works. I already did "Invalidate Caches" and…
LimitX
  • 595
  • 3
  • 7
  • 23
0
votes
3 answers

Find the best optimization vmoptions Intellij 2016

I m using IntelliJ 2016, by default the vmoptions contains…
Kikou
  • 1,895
  • 4
  • 20
  • 32
0
votes
0 answers

I can't start tests via junit4/maven/intellijIdea

I can't start tests via intellijIDEA. After installing some times it working. Today occurred error: org.openqa.selenium.remote.UnreachableBrowserException: Error communicating with the remote browser. It may have died. And other errors: at…
Ruslan I.
  • 23
  • 7
0
votes
2 answers

IntelliJ 2016.2 Getter and Setter code generation?

When you're inside a Java class you can press ALT+Insert --> Generate... --> Getter and Setter In an older version of Intellij I remember that when I created a "getter and setter" it was created where the cursor is in that moment that Alt+Insert was…
Ar maj
  • 1,974
  • 1
  • 16
  • 16
0
votes
1 answer

How to create separate project to test PHP application in IntelliJ 2016?

I have a project that is written in PHP with IntelliJ. I need to create a new IntelliJ project that contains only tests for the PHP application. I can't use classes from the application in the tests project. How can I add other project as a…
droid8421
  • 895
  • 1
  • 13
  • 26
0
votes
1 answer

IntelliJ Cursive s-form documentation on hover over

Is it possible to have IntelliJ/Cursive display a pop-up with s-form's definition and documentation when that s-form is hovered over with a mouse, like it's done in Eclipse? Ctrl+Q seems to bring up the window, but I'd like for it to open up…
Simeon Leyzerzon
  • 18,658
  • 9
  • 54
  • 82
0
votes
1 answer

Intellij 2016 - .class files not hidden in project mode

I have a project where .class files are compiled and stored next to their .java version, as opposed to be kept in a separate output directory. In Intellij 14 and 15 the class files are automatically excluded from view, which is really helpful. It is…
JockX
  • 1,928
  • 1
  • 16
  • 30
0
votes
0 answers

IntelliJ IDEA Using External Tools/Macros to Execute "ionic run" Using a Keymap

I'm getting tired of opening and closing the terminal to run small things like ionic run that need to be executed fairly frequently early on in development. I initially tried a macro, but they don't register double clicking ALT, and opening a new…
mtpultz
  • 17,267
  • 22
  • 122
  • 201
-1
votes
2 answers

Intellij 2016.1.4 and React render() method

I have a render method inside React component: import * as React from "react"; import MediaService from "./service/MediaService"; import ComponentLifecycle = require("@types/react"); import DOMHelper from "../helpers/DOMHelper"; export default…