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

  3. How can I make IntelliJ IDEA update my dependencies from Maven?

    Jun 8, 2013 · When I manually add dependencies in the pom.xml of my project, let Maven download the dependencies and let IntelliJ build the module, IntelliJ complains about missing libraries. At the same …

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

    IntelliJ IDEA way of editing multiple lines Asked 16 years, 8 months ago Modified 2 years, 8 months ago Viewed 271k times

  5. How to open projects as tabs in IntelliJ - Stack Overflow

    Dec 21, 2020 · IntelliJ IDEA Setting: Set "Open project in" to "New window" (or "Ask" and then choose "New window"). This is counter-intuitive, but for macOS to group them as tabs, IntelliJ needs to …

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

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

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

  9. How to correctly set up IntelliJ with WSL2 - Stack Overflow

    Apr 16, 2021 · Antivirus Firewall was blocking conection between WSL and Intellij In my case I followed the oficial documentation here, but it wasn't Windows Firewall which was blocking the access to …

  10. java - intellij incorrectly saying no beans of type found for autowired ...

    IntelliJ sometimes gives false positive autowire errors. For example in Spring Boot applications where a lot of the configuration is hidden behind EnableAutoConfiguration. There is an open issue for that. …