About 50 results
Open links in new tab
  1. IntelliJ: Viewing diff of all changed files between local and a git ...

    Jan 30, 2023 · 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, …

  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 …

  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 …

  4. Java files are displayed as orange icons by IntelliJ and can't be ...

    Jan 1, 2024 · I am using IntelliJ IDEA 2024.1.1 (Community Edition). All my Java files are showing as Orange Icons (with a coffee cup) in the project file browser on the left hand side. I click on …

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

  6. Why does IntelliJ give me "Package doesn't exist" error?

    Nov 22, 2013 · This Stack Overflow page discusses reasons and solutions for the "Package doesn't exist" error in IntelliJ IDEA.

  7. java - Cannot connect to database through Intellij's Data Sources …

    Jan 9, 2021 · I have a problem with displaying my databse structure through Intellij's Data Sources and Drivers page. I can connect to my database which is hosted on a redhat server …

  8. java - Intellij IDE giving PKIX path building failed: sun.security ...

    Nov 8, 2022 · Intellij IDE giving PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException Asked 3 years, 3 months ago …

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

    356 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 …

  10. java - Setting up JUnit with IntelliJ IDEA - Stack Overflow

    Nov 18, 2016 · Familiar with Java but unfamiliar with IntelliJ, how does one "get started" with JUnit integration? Inspired by Looking for a tutorial on using JUnit with Intellij IDEA 9.x which didn't …