Heronww
- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 6
-
Created No vertical scrollbar markdown preview
AnsweredIn IntelliJ 2022.3.3 when I'm viewing a .md file in preview mode there is no vertical scrollbar. One is only present in "Editor" and "Editor and Preview" modes. Not sure if it's always been like th... -
Created Exit multiple autocomplete popups/suggestions with a single escape key press
AnsweredWhen typing there's autocomplete suggestions which is fine. Often this will usually come up with multiple boxes, eg: When I press the escape key above, I get this: As can be seen a popup box rema... -
Created How to do multi-process debugging in CLION?
AnsweredAfter calling fork() there's two processes, parent and child. Within CLion I can switch to the child process via executing the following in the gdb tab: set follow-fork-mode child set detach-on-f... -
Edited Does Jetbrains offer LTS builds, or if not, what are the most stable builds?
AnsweredEver since 2018 I've found it very hard to come across stable Jetbrains IDE builds that don't have some sort of bug in them that lowers my productivity. Ignoring why this is so, I'd like to ask how... -
Created How do open a file or folder in Windows 10 pasting the direct path?
AnsweredAll the other Jetbrains IDEs (webstorm, pycharm, Rider) seem to have a native jetbrains interface for File > Open, which allows me to type in the exact path I want to open. For some reason IntelliJ...