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