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

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

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

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

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

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

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

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

  9. Open a project in IntelliJ from folder - Stack Overflow

    Feb 10, 2019 · How may I open a project in IntelliJ IDE by navigating to it in windows explorer ? Here is my folder where I want to open the project in IntellIj I want to avoid using the "open project" in the Int...

  10. How to install Intellij IDEA on Ubuntu? - Stack Overflow

    It would be easier to install from the Ubuntu Software Center and IntelliJ installed that way works very well in Ubuntu. It should be noted that IntelliJ IDEA is only available in the default repositories of …