
How to clean project cache in IntelliJ IDEA like Eclipse's clean?
Jul 10, 2013 · 4 In addition to the .Intellij* files, and invalidating the cache, if you really want to clear everything out, then also delete the .idea folder and *.iml per-project files that IntelliJ also …
IntelliJ IDEA incorrect encoding in console output
This was what was causing the problems in the console output. The following code (adapted from this question), executed as the first thing that my program did, fixed this problem and allowed …
What's the difference between IDEA Community Edition and …
Dec 5, 2012 · Community Edition: open source and available free of charge. The Community Edition is covered by the Apache 2.0 license, and is built together with the open community …
How to toggle commenting and uncommeting code in IDEA?
Jul 19, 2010 · Cmd + Alt + s to open the IntelliJ-settings -> select Keymap and search for "Comment with Line Comment" or "Comment with Block Comment". Then rightclick on it and …
IntelliJ does not show project folders - Stack Overflow
Apr 28, 2011 · IntelliJ Community 2018.1 - Simply deleting the entire .idea folder and then re-opening root folder from the IDE fixed this issue for me. IntelliJ rebuilt and reindexed the entire …
How to decompile to java files intellij idea - Stack Overflow
Feb 8, 2015 · Look Inside Compiled Code with Java Bytecode Decompiler -- This page introduced the plugin Java Bytecode Decompiler in 2020.03. By using this bundled plugin inside Intellij, …
Intelli J IDEA takes forever to update indices - Stack Overflow
Apr 14, 2013 · My intellij idea actually started to update the indices after I invalidated caches, so I ended up waiting for more than an hour for real, but then it was ok.
Force IntelliJ IDEA to reread all maven dependencies
Feb 28, 2017 · How to force IntelliJ IDEA to reread/update all dependencies specified in the pom file ?
IntelliJ: Viewing diff of all changed files between local and a git ...
Using IntelliJ's diff viewer is a very nice way to review code because you can make changes in your local version with all the capabilities of the IntelliJ code editor (refactoring, completion, etc).
Correct way to add external jars (lib/*.jar) to an IntelliJ IDEA project
When creating a new Java project in IntelliJ IDEA, the following directories and files are created: ./projectname.iml ./projectname.ipr ./projectname.iws ./src/ I want to configure IntelliJ IDEA to