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 ...\ProjectName1\venv
at ...\ProjectName2\venv
at ...\ProjectName3\venv
instead
Please sign in to leave a comment.