Questions tagged [intellij]

IntelliJ IDEA is an integrated development environment with heuristics facilitating code completion and language identification in source code files containing multiple programming or markup languages.

IntelliJ IDEA is an integrated development environment with heuristics facilitating code completion and language identification in source code files containing multiple programming or markup languages.

According to JetBrains, the company behind IntelliJ:

IntelliJ IDEA is a code-centric IDE focused on developer productivity. The editor deeply understands your code and knows its way around the codebase, makes great suggestions right when you need them, and is always ready to help you shape your code.

Blazing Fast and Smart Code Completion

IntelliJ IDEA offers smart, type-aware code completion. It knows when you may want to cast to a type and is also aware of the run-time type checks that you made, after which you can perform cast and method invocation in a single action! Easier Multilanguage Editing

IntelliJ IDEA easily recognizes one language inside another — language injections, such as SQL inside a Java, HTML inside JavaScript, etc. For injections the editor provides appropriate coding assistance inline and a dedicated injection fragment editor. Brand New Cross-Platform UI

IntelliJ IDEA's completely redesigned UI is more lightweight, flexible and customizable than ever. Take advantage of full keyboard support for productive everyday coding.

Source:IntelliJ IDEA

159 questions
61
votes
2 answers

How to close IntelliJ IDEA if it hung?

I can't close the IntelliJ IDEA when it hangs, how can I close it from the terminal? P.S.: I think this question is different from "How to kill a unresponsive program from terminal?" because IntelliJ's process has name just 'java' so you can't…
frostman
  • 1,857
21
votes
4 answers

Uninstall IntelliJ Ultimate edition version 12

My evaluation licence has recently expired for IntelliJ Community edition version 12. I want to uninstall the application but do not have an option to in Ubuntu Software Centre. I'm currently looking around my file system at what is installed as…
Crowie
  • 442
  • 1
  • 5
  • 19
14
votes
3 answers

Ubuntu 18.04 LTS not creating shortcut

I am having problems with the IntelliJ installation. The installer wont create a shortcut so I do have to start IntelliJ every time with the "./idea.sh" command. Which is pretty enoying if you everytime have to navigate there to start…
8
votes
4 answers

How to start IntelliJ?

I have installed JDK8 from Oracle and IntelliJ using this tutorial; Good Intellij installation on ubuntu 15 I am on step #4 where I am supposed to "Start IntelliJ to configure and create a desktop entry". How do I start it?
Solo
  • 883
4
votes
5 answers

Location of Intellij Idea 2017.1 on ubuntu 16.04

Long back I have installed Intellij idea. I want to completely remove it now. I deleted /usr/local/bin/idea I delete ~/.IntellXXX directory I don't see any result if do 'which idea' or 'whereis idea' However I am still able to find idea and launch…
2
votes
0 answers

IntelliJ terminal keymap not correct

In Android Studio, I use the terminal plugin and it worked fine. When I use less, I can use Ctrl-F and Ctrl-B to go back and forth one screen at a time. On Intellij IDEA, however, this function is broken: when I hit Ctrl-F a search box will pop up…
leafpile
  • 161
2
votes
1 answer

IntelliJ and Scenebuilder

I recently installed IntelliJ and SceneBuilder on Ubuntu, and when I want to open a .fxml in IntelliJ it asks me to locate the executable. But I can't seem to find anything executable which has something to do with SceneBuilder. I just downloaded…
Recusiwe
  • 121
  • 1
  • 4
1
vote
2 answers

unable to install intellij IDEA on ubuntu 16.04lts?

Two days ago, I have installed Ubuntu 16.04 and I'm trying to install intellij IDEA ide for java coding, it is saying "no such directory found".
1
vote
0 answers

Launch IntelliJ without terminal command everytime

I have installed the latest version of IntelliJ 2019.3 community edition on my laptop which is running Ubuntu V19.04. Recently IntelliJ developed a problem where a normal way to start it was not working at all, so i am launching it by going into its…
0
votes
0 answers

Why does the key for ^, ~ and ¨ not work in IntelliJ Idea on Ubuntu?

On my keyboard (Nordic layout) the key just left of Return key is used for symbols ", ^ and ~. This key works perfectly in all applications on Ubuntu but for some reason this button does not do anything at all in IntelliJ Idea. What could be the…
saidaspen
  • 557
0
votes
1 answer

Intellij Idea side panel graphic glitch

I'm always getting this annoying glitch with IntelliJ Idea 14.1.5 on Ubuntu 15.10: How can I fix this?
tano
  • 101
0
votes
2 answers

Intellij install under sudo command

recently I installed IntelliJ Ultimate under linux with command sudo ./idea.sh, and it somehow installed somewhere in my roots of linux. When i run just ./idea.sh to install, it installs under my user and everything is fine. Question is: Where I…
ninjamb
  • 11
0
votes
0 answers

Intellij is not opening a project from other locations

I recently switched from window to ubuntu and now i want to open my project in intellij but there is no drive showing only.Please help
Shahid
  • 1
0
votes
2 answers

Where are applications installed via Applications Manager stored

I am new in Ubuntu. I have installed Intellij Idea via inline Applications Manager. But I can't find path of Idea and I can't find in google where Idea path is. Can you tell me please how can I find Idea's path in Ubuntu? P.S. Currently I need to…
nick
  • 190
0
votes
1 answer

IntelliJ dependent library snapshots can't be re-added

IntelliJ 2017.3 Basically what happens is the following: Create a new snapshot for a dependent library for your project. Open project structure and add new SNAPSHOT jar. At this point everything works fine. IntelliJ recognizes the JAR, and able…
brercia
  • 441