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

  2. Jetbrains Academy website blocked due to Trojan

    Sep 5, 2020 · A few days ago I started to get block messages from Jetbrain's training academy. It doesn't look like it's directly on their sites and I am getting content from them. It looks like they …

  3. java - Turning off IntelliJ Auto-save - Stack Overflow

    The bad new is: it's not possible to disable autosaving for intellij & Co. (JetBrains Webstorm and so on). I lost some work because i pressed CTRL-Z few time to take some older code, for …

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

    I use Column Selection Mode (Cmd + Shift + 8 on Mac) which allows to create multiple cursors via Shift + Up or Shift + Down then edit all the lines together. Starting from IntelliJ IDEA 14 there is …

  5. Git Stash vs Shelve in IntelliJ IDEA - Stack Overflow

    When using JetBrains IDE's with Git, "stashing and unstashing actions are supported in addition to shelving and unshelving. These features have much in common; the major difference is in …

  6. c++11 - How can you use C++ in IntelliJ IDEA? - Stack Overflow

    The question is in the title. So far I've only used IntelliJ for Java. Do I need to download some sort of Compiler or how can I create C++ files?

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

  8. How do I change VS Code Settings to use JetBrains Mono Font

    Jan 17, 2020 · 3 Steps to add JetBrains font on VS Code editor (Version: 1.103.1): Download the font from JetBrains Mono and additional font for terminal if you use zsh or OhMyposh …

  9. JetBrains / IntelliJ keyboard shortcut to collapse all methods

    Is there a shortcut for any JetBrains IDE (since the shortcut would likely be shared across all of them) to collapse all the methods / functions so that only the method signatures are shown?

  10. How do I configure a Python interpreter in IntelliJ IDEA with the ...

    There is a tutorial in the IDEA docs on how to add a Python interpreter in PyCharm, which involves accessing the "Project Interpreter" page. Even after installing the Python plugin, I …