Yaroslavvb
- 活动总数 31
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 10
-
创建于 Docsting Intention actions missing
I noticed that my “Intention actions” like insert documentation stub are missing in several of my projectshttps://www.jetbrains.com/help/pycharm/creating-documentation-comments.htmlAll I see is “Ro... -
创建于 How to customize shortcut for "Debug 'Python tests for ...`"?
In my test view, I have per-test actions activated by clicking green rectangle on the left margin. How do I add shortcut to “Debug Python tests for uti…`” action? I don't see this action in the lis... -
创建于 2019.2.1 high CPU utilization
After my last version update I noticed high CPU utilization. PyCharm sometimes jumps to 500% CPU usage and stays there for several minutes without me doing anything unusual. During this time, type ... -
创建于 Making PyCharm type-checker more robust
This seems to be too broad for an individual issue, but I think PyCharm type-checker can be made a lot more useful by taking a large project and fixing all the spurious warnings. An example is taki... -
创建于 How to disable type checking for an entire namespace?
My few thousand line PyTorch project has 50 type warnings in PyCharm. I think it's a combination of bugs in PyTorch type hinting + bugs in PyCharm (ie, https://youtrack.jetbrains.com/issue/PY-38035... -
创建于 Disable Type Checker for specific function or namespace
For some reason PyCharm gets torch.einsum signature wrong, and every call to torch.einsum triggers Type Checker failure ``` def einsum(equation, *operands):r"""einsum(equation, *operands) -> Tensor... -
创建于 Stricter validation of type hints
I'm wondering if there's a way to validate type hints more strictly. For instance I had a bug in the following function, it returns None in one of the branches. This should be an error because of t... -
创建于 Disable "Unbound local variable" inspection locally?
Is there a way to disable it locally? I'm using the following block to allow me to use "@profile" decorators which are only defined when running under line profiler (kernprof -l script.py) I'd like... -
创建于 Python interpreter launch Hanging in "Connection to Console"
Any suggestions how to debug? Just opened a new project, trying to launch Python interpreter window, and see this: /Users/yaroslavvb/anaconda3/envs/main/bin/python /Applications/PyCharm.app/Content... -
创建于 Emacs mode for >2018 pycharm?
I found this plugin https://plugins.jetbrains.com/plugin/7906-emacs- , but it says it's not compatible with 2017 and later versions. What do people use for transitioning from Emacs to PyCharm nowad...