Aarongrossman

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Aarongrossman created a post, Distinguish Console Color between warning and error
Is it possible to distinguish between Console Errors and Console Warnings in Pycharm? I just spent an hour trying to debug something that wasn't a problem because it was in the same red as when I g... -
Aarongrossman created a post, How to tell if Python Console is running something?
How can I tell visually that the Python console is running something? I've got a file that I'm working in, and to test it it with "Run File in Python Console". And then it opens up, gives me a pr... -
-
Aarongrossman created a post, How to keep the hints once I get to the parameters?
When working in the console, I start typing and I get a very helpful hint. But as soon as I reach the opening parentheses the type hint disappears. How do I make it stay up while I'm typing out the...