lansman
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Created Suggestion: output 2 last path components in virtual environments list
I use following file structure: - ProjectName -- .\code -- .\docs -- .\venv Pycharm output only last part of venv path what makes all the venvs look the same: I'd like to see at ...\ProjectN... -
-
Created Interactive console during debugging?
There is a very useful feature in IEP IDE. When you write program and then execute it, all variables and memory at all remain intact. So you can switch to console and execute any commands with thos...