Marcel Wilson
- 活动总数 223
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 26
- 订阅数 73
-
-
Marcel Wilson 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 已回答Git 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 创建了一个帖子, 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 进行了评论, -
Marcel Wilson 创建了一个帖子, 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...