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. How to disable code suggestions in IntelliJ - Stack Overflow

    Apr 25, 2025 · It seems that as of January 2026, IntelliJ (Ultimate) "2025.3.2" Editor > General > Inline completion still displays an empty page: To disable AI slop in version "2025.3.2": Leave on the " …

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

  4. How to change GitHub Copilot model in IntelliJ? - Stack Overflow

    Jan 18, 2025 · Old answer The IntelliJ plugin lags behind the VSCode plugin and switching models is not implemented (which sucks). If you want to chat, you can go to the copilot chat page on github …

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

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

  7. How enable auto-format code for Intellij IDEA? - Stack Overflow

    Is it possible in Intellij IDEA after typing ; or at any event formatting of this string happens automatically? For instance, to: a+b=10; after: a + b = 10; Or only possible option: Code > Ref...

  8. Code Wrap IntelliJ? - Stack Overflow

    Apr 11, 2014 · Intellij >= 14.1.4: As pointed out by looper in the comments, the options are under File > Settings > Editor > General - under the Virtual Space or Soft Wraps sub-group. Intellij < 14.1.4: Look …

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

  10. intellij idea - How to open and edit multiple projects in the same ...

    Looking through the answers to date, the basic gist I see is that IntelliJ defines what Eclipse calls "projects" as modules, and "workspaces" as projects. The idea is to ensure that modules in the same …