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

157 questions
195
votes
4 answers

Keyboard locks in IntelliJ IDEA on Ubuntu 14.04

Could you help me with hell of a weird issue? I use Intellij IDEA 13 on Ubuntu 14.04, and from time to time my keyboard completely (yep, completely, it's not about shortcuts) locks in IDEA. I still can do anything I want in IDEA with my mouse, also…
Treble Snake
  • 2,053
  • 2
  • 12
  • 5
164
votes
13 answers

Unable to use IntelliJ IDEA keyboard shortcuts on Ubuntu

I am very new to Ubuntu, and I'm having a problem that I don't know how to get it fixed. I even tried looking it up on the web for answers, but maybe I don't know the right terms to search for it. I work with IntelliJ IDEA, an application for…
Rodrigo Sasaki
  • 2,059
  • 3
  • 16
  • 14
59
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,777
  • 1
  • 15
  • 15
36
votes
10 answers

Ctrl + V and Ctrl + C doesn't work in Intellij IDEA 14.0.2

I can't copy and paste code in Intellij. I've been googling for a couple hours now. Every forum where there is a solution does not work. Ctrl+X works. Ctrl+Z works. Ctrl+V does not work. Ctrl+C does not work. I'm using the latest version of…
gogobebe2
  • 489
  • 1
  • 5
  • 11
34
votes
8 answers

Can not update Intellij because of error permission denied?

My Intellij version is 12.1 and new version is 12.1.4 so I want to update it but after dowloading new file it can not proceed because of file permission denied. Can any one tell me how to change permission so I can update my Intellij?
Hà Link
  • 453
  • 1
  • 5
  • 8
30
votes
5 answers

Update Launcher for Intellij IDEA in Ubuntu

I currently have IntelliJ IDEA 15.01 on my system. I recently downloaded Intellij IDEA 15.04. After running the idea.sh script to open it, I went to the tools menu, and created the desktop launcher. After closing IDEA, I tried to open it with the…
TheNumberOne
  • 605
  • 2
  • 6
  • 18
22
votes
4 answers

Upgrade/Update Intellij 12

My Intellij shows me that a minor version is available for upgrade. How do I go about upgrading the current version. Do i have to create a new folder in /usr/share and change all references to the new version or is there a better way?
Abbas Gadhia
  • 481
  • 1
  • 4
  • 10
20
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
  • 432
  • 1
  • 4
  • 19
18
votes
9 answers

Font in IntelliJ IDEA on Ubuntu 14.04

I installed IntelliJ IDEA 13.1 and Oracle JDK 1.8 on Ubuntu 14.04 x64 but when I launch IntelliJ IDEA the font is not ideal. How I can change the font?
Silvestr
  • 281
  • 1
  • 2
  • 4
18
votes
1 answer

Intellij unable to fetch from git

I've cloned an existing git repository. Git is working fine when I pull using command line. However, when I try doing the same from Intellij, it says Fetch failed. Fatal : Could not read from remote repository. VCS console log shows: git fetch…
mindreader
  • 1,077
  • 3
  • 9
  • 19
14
votes
5 answers

16.04 IntelliJ IDEA Desktop Entry not working

I tried running "Create Desktop Entry" both from "Tools" in main menu and "Configure" from the splash screen. It shows Desktop Entry Created You may now exit IDEA and start it from the system menu (restart a session if a new entry seem not to…
aaa
  • 2,624
  • 5
  • 15
  • 22
13
votes
2 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…
11
votes
3 answers

Unable to set JDK path in IntelliJ IDEA

I am trying to get started with IntelliJ IDEA, however I am not able to set the JDK path. which java returns /usr/bin/java, however IDEA is not able to find the specified path. Expanding bin in the tree from within IDEA shows an unending tree of…
Anuraag Baishya
  • 211
  • 1
  • 2
  • 6
10
votes
1 answer

Ctrl+Alt+O (Organize Imports) not working on Intellij IDEA

I can't use the shortcut for Organize Imports Ctrl+Alt+O action for Intellij IDEA on Ubuntu 14.04. Note - I'm just posting it to help someone to avoid wasting time.
Alfergon
  • 529
  • 5
  • 13
10
votes
2 answers

What does Ctrl + Alt + F10 do on Ubuntu 18.04?

I have Intellij Idea, which has its own shortkeys bound to Ctrl + Alt + F10, and I got some weird screen blackout after pressing these keys on my Ubuntu. I was only able to switch my screen back after pressing Super + F2. What does this key…
Igor Tiulkanov
  • 273
  • 1
  • 3
  • 7
1
2 3
10 11