Stefano Menci

Avatar
  • Total activity 36
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 7
  • Subscriptions 11
  • Created

    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...
    • 4 followers
    • 1 comment
    • 0 votes
  • Created

    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...
    • 3 followers
    • 5 comments
    • 0 votes
  • Created

    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:
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    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...
    • 1 follower
    • 1 comment
    • 0 votes
  • Created

    ImportError while running tests

    Answered
    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...
    • 3 followers
    • 3 comments
    • 0 votes
  • Created

    Alt+Click does not do the quick evaluate expression

    Answered
    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...
    • 2 followers
    • 3 comments
    • 0 votes
  • Edited

    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...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    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...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    PyCharm uses 100% of 4 cores when the caret is on a word

    Answered
    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 "...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Skipping a region when reformatting source code

    Answered
    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 ...
    • 2 followers
    • 1 comment
    • 0 votes