Marcel Wilson
- Total activity 223
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 26
- Subscriptions 73
-
-
Marcel Wilson created a post, Stepping into datetime possible?
I'm trying to step into any datetime functions or methods. Example, I want to step into datetime.now() Debugger stops on line 4, but when I click 'step into' it skips the call and goes to line 5. ... -
Marcel Wilson created a post, How do you mark a class as deprecated?
What is the proper way to get pycharm to mark a class as being deprecated? I've seen functions and methods get crossed out, but I can't seem to get classes to appear with the strike through. Anyon... -
-
Marcel Wilson created a post, AnsweredGit log branch lines
1. Is there anyway to control the color of branch lines in the VCS git log? (either natively or via addon) 2. Is there some way to cleanup the visualization of branches? They often look like spag... -
-
-
Marcel Wilson created a post, Some imported packages do not highlight in editor
I'm trying to understand the behavior I'm seeing in 2020.1. (to be perfectly honest I can't remember if it worked like this in 2019)Some packages do not appear to highlight their read and write us... -
Marcel Wilson commented, -
Marcel Wilson created a post, Is PyCharm going to add 'parameter hints' like Intellij has?
Intellij has a pretty neat feature where it displays parameter hints for function calls. I'm curious if PyCharm will ever incorporate this feature? It looks like PyCharm has the foundations to su...