Eliyahu Arlev
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 8
-
Created Resolving conflicts on git merge
AnsweredWhile resolving conflicts on git merge, I work with three columns: left is the branch I merge into right is the merged branch middle is the result Suddenly all the conflicts in the middle tab inclu... -
Created What is the use of having sql file part of your project
I had successfully used sql with pycharm just by writing the query in a string, using {} as place holder and then placing parameters there with .format Then I saw that you can place the sql script ... -
Created "Step Into My Code" from the debugger panel is missing in the settings panel, only "Force Step Into" appears
I was about to switch the shortcut keys between "Step Into" and "Step Into My Code". However I could not find "Step Into My Code" in the settings panel. Seems like both "Step Into My Code" and "For... -
Created Viewing only my fields in Structure Tool Window
Is it possible to see only fields my code added, or at-least only fields not beginning with __ (like __dir__) in the Structure tool window? If not, is it possible using another window tool / view? ...