About 475,000 results
Open links in new tab
  1. How to search in all the files of a project in IntelliJ Idea?

    Closed 8 years ago. I'd like to find all occurrences of a particular string in all the code files of a project of mine. Search/replace panels popping up on Ctrl + F / Ctrl + R don't seem to offer to …

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

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

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

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

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

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

  7. IntelliJ cannot log in to GitHub - Stack Overflow

    For some reason, a new IntelliJ installation is unable to log in to GitHub. (The credentials are correct.) It happens both when I try to "share project on githu" and "checkout project from version

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

  9. How to add external library in IntelliJ IDEA? - Stack Overflow

    I am trying to add external library (places it in the /libs directory) to my project. When I try to use the methods from that library, I see that they are in red color which means that the library ...

  10. Setting up and using environment variables in IntelliJ Idea

    This answer extends the answer by CrazyCoder and also the shows the latest IntelliJ IDEA UI. Click on More Actions -> Edit -> Modify options -> Choose Environment Variables from the …