Varun
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 5
-
Created Set default database in Intellij IDEA
AnsweredThat's how my settings look. But as shown by the arrow, it's using old database as default. How do I update default database?I tried “Switch Schema” setting from this post but it didn't work for me... -
Created Shorter project name in recent projects
AnsweredI am using WSL 2.This is how my recent projects look. Is it possible to remove \\wsl.localhost\WSL2\ prefix for readeability -
Edited "Always select opened file" feature is laggy
AnsweredI have enabled this toggle in IntelliJ so I can see the active file / directory navigation in Projects sidebar.If I open a new file in code editor, it takes few seconds for navigation to update. If... -
Created Breakpoint on new thread
AnsweredNetbeans has a feature to mark breakpoint on new thread. So I can suspend all threads whenever a new thread is created anywhere in the program. Is their equivalent feature (or plugin) for that in...