vvoody
- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 8
-
Edited incompatible type in the list not inspected
PyCharm 2020.1.3 I want mix1 get same inspection as mix2. No ideas why PyCharm didn't show. However, mypy reported the issue. xx.py:13: error: List item 1 has incompatible type "int"; expected "U... -
Created font weight is inconsistent and keeps changing in PyCharm
AnsweredHi, I upgraded PyCharm from 2018.3 to latest 2019.1 and 2019.1.1. The first impression is the font weight: font becomes thiner that regular font weight is somewhere regular and somewhere thin, see... -
Edited breakpoints some hit some not hit in debug Django project
AnsweredHi, I'm using PyCharm Professional 2017.3.3 and macOS 10.12.6. And Python interpreter for my Django project is a docker-compose interpreter. I set a few breakpoints in my Django project, they are a... -
Created sort by group in "Structure" tab?
AnsweredHi! It's very helpful to sort all methods and fields of my class in "Structure" tab. I'm wondering if there is possible to sort by group. Say, fields are always at beginning, then methods. Now, PyC... -
Edited golang plugin not found in PyCharm 2017.3
AnsweredHi, I couldn't found any plugin related to golang in repo. Any way to install? Thanks. -
Created different color for argument name and type in parameter hinting
AnsweredHi, is it possible to use different color for parameter name and type? Then, it'd be very clear to know which is name, which is type? Tried to search color setting, but no luck.. Thanks. -
Created Why PyCharm can't resolve reference for a remote Docker interpreter?
AnsweredHi, I'm PyCharm 2017.1.4 Pro and macOS 10.11.6. PyCharm told me "Unresolved reference 'django'. I did install and it's included in my Docker image. I'm able to run my Django project via a remote Do... -
Edited Not able to create remote docker-composer interpreter
AnsweredHi, I'm using PyCharm 2017.1.3 Pro, macOS 10.11.6. And I have a Docker runtime in a remote VM. There are images used for my project on it, and I can use docker-compose -f docker-compose.dev.yml up ...