vvoody
- 活动总数 35
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 8
-
已编辑于 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... -
创建于 font weight is inconsistent and keeps changing in PyCharm
已回答Hi, 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... -
已编辑于 breakpoints some hit some not hit in debug Django project
已回答Hi, 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... -
创建于 sort by group in "Structure" tab?
已回答Hi! 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... -
已编辑于 golang plugin not found in PyCharm 2017.3
已回答Hi, I couldn't found any plugin related to golang in repo. Any way to install? Thanks. -
创建于 different color for argument name and type in parameter hinting
已回答Hi, 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. -
创建于 Why PyCharm can't resolve reference for a remote Docker interpreter?
已回答Hi, 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... -
已编辑于 Not able to create remote docker-composer interpreter
已回答Hi, 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 ...