About 50 results
Open links in new tab
  1. 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).

  2. Maven tool window disappeared in IntelliJ IDEA 2024.1

    Apr 16, 2024 · I am using IntelliJ IDEA 2024.1 (Ultimate Edition). Here is a screen shot showing: No Maven tool available The Maven plugin is activated Running the latest version of macOS (Sonoma, …

  3. How can I restore the IntelliJ IDEA commit tab? - Stack Overflow

    Jun 3, 2022 · Can't find Git local changes in Intellij Idea 2020.1 The "Local Changes" tab does not show up in the IntelliJ IDEA Git tool window which are about restoring old behavior for the "Commit" …

  4. 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 ?

  5. How to clean project cache in IntelliJ IDEA like Eclipse's clean?

    Aug 12, 2021 · 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 generates...

  6. java - Why so red? IntelliJ seems to think every declaration/method ...

    IntelliJ sometimes gets confused all by itself, even without the external changes Korgen described (though that is a good way to consistently reproduce it). But IDEA now contains a " Repair IDE " …

  7. How to remove unused imports in Intellij IDEA on commit?

    Sep 25, 2012 · Is there a way to remove unused imports in Intellij IDEA on commit? It's not very optimal to do it manually, CTRL + ALT + O helps, but it's still manual.

  8. IntelliJ IDEA way of editing multiple lines - Stack Overflow

    354 Since Idea IntelliJ IDEA 13.1 there is a possibility to edit multiple lines. Windows Alt + Shift + Mouse click macOS Option + Shift + Mouse click for selection. More about this new improvement in the …

  9. Intellij Idea, how to persist console output to file programmatically ...

    Sep 25, 2017 · Intellij Idea, how to persist console output to file programmatically? Asked 8 years, 1 month ago Modified 1 year, 2 months ago Viewed 64k times

  10. 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, it's pretty …