Stefano Menci
- 活动总数 36
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 11
-
创建于 Clarification on PyCharm AI
I am trying to evaluate whether the PyCharm AI Assistant is viable for my day-to-day development workflow, and I need clarification on pricing, quota consumption, and expected usage patterns.Here i... -
创建于 AI Assistant: image-fetching blocked for security reasons
The AI Assistant keeps trying and failing to show images, showing the text “image-fetching blocked for security reasons” instead.Here is an example:If I ask the AI Assistant how to fix its own prob... -
创建于 Confusing UI for pushing
Right clicking on a branch then push shows the same dialog but with different content than clicking on the title bar dropdown showing the same branch then push. I like this: I don't like this: -
创建于 Output from print() showing after the end of the test, not while tests are running
I am running tests with: from unittest import TestCase Everything works well, but I only see the output of the prints from the tests at the end. I would like to see the output of each print in real... -
创建于 ImportError while running tests
已回答I have a test.py file that works well from the command line, but fails from PyCharm. From the command line it runs the test correctly. Here is a snapshot of the test execution from command line: R... -
创建于 Alt+Click does not do the quick evaluate expression
已回答When I press Alt and click on an expression in PyCharm 2021.2 Pro nothing happens. In Rider moving the mouse over an expression while holding Alt pressed, does highlight an expression. Clicking doe... -
已编辑于 PyCharm doesn't highlight a difference (and messes up the repository?)
This snapshot of a diff of a window shows the difference between two commits of my git repository. Most differences are correctly highlighted. For example row 886-901 highlights in blue the old len... -
创建于 Why enumerated list in reStructuredText docstring doesn't work?
My Docstring format is set to reStructuredText. Two docstring lines starting with `-` are rendered in the Documentation window as bullet list as expected. Two lines starting with `#.` or `1.` are r... -
创建于 PyCharm uses 100% of 4 cores when the caret is on a word
已回答When I wrote the line with the caret shown on the snapshot below, the member "description" did not exist yet and I had the Documentation window open. As soon as I wrote the word "documentation" a "... -
创建于 Skipping a region when reformatting source code
已回答I want to skip a region when reformatting source code. When I found this page of the documentation I thought I found the solution, but either there is a problem on the documentation or I need help ...