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

  2. 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, …

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

    Jul 10, 2013 · 5 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...

  4. How to run WildFly with standalone-full.xml from IntelliJ IDEA?

    Important: it seems that IntelliJ always reads ports from standalone.xml, so if you ports differ, you will be unable to deploy. The answer from @MikeHoldsworth has the advantage that can you specify your …

  5. IntelliJ is not recognizing Maven Dependencies - Stack Overflow

    Jan 11, 2021 · Create a new Project inside IntelliJ from existing Sources but with the same Directory as the original Project Create a new Project inside IntelliJ from existing Sources but I have copied the …

  6. 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" …

  7. How do I activate a Spring Boot profile when running from IntelliJ ...

    Sep 28, 2016 · set SPRING_PROFILES_ACTIVE=local Then everything works. So my question is, how do I activate my local spring boot profile when running bootRun from IntelliJ ?

  8. 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 the IntelliJ …

  9. The "Local Changes" tab does not show up in the IntelliJ IDEA Git tool ...

    I am using version 2020.1.2 (Community Edition) of IntelliJ IDEA: As far as I know, when I change some files and navigate to the Git tab, then I must be able to see Local Changes tab, which shows the list …

  10. 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.