kyle foley
- 活动总数 81
- 最后的活动
- 成员加入日期
- 关注 1 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 23
-
创建于 Pycharm 2017.2 has crashed twice in the last 3 hours due to change signature
已回答I just started working with Pycharm 2017.2 and in the last 3 hours it has crashed twice when I tried to change the signature of a function. What happens is it will freeze and I will have to force ... -
创建于 how do you hide the dictionary hash number
已回答Do you see in the picture below the number 4302964472? I'm never going to use that information and sometimes it pushes useful information off the screen. If I could hide that information that would... -
创建于 unused variables not getting greyed out
已回答Pycharm mysteriously stopped greying out unused variables. this is very problematic because i need to delete unused variables. i looked here but did not find anything: -
创建于 hide frame window
已回答For every 10 times that I use the console window, I use the frame window once. So every time I want to use the console window I have to click on it. If I could get the console window to appear fi... -
创建于 export heirarchy of entire code
已回答I've seen from the callheirarchy button located in navigate that it's possible to export the heirarchy of a specific function. But is it possible to export the heirarchy of an entire file? -
创建于 Find out if a function/definition is being used
已回答Pycharm greys out unused variables but it seems that they do not do anything to alert the coder if a function/definition is unused. Some functions are underlined with grey lines but those function... -
创建于 cannot save the newest version into the local history
已回答I've noticed that when I commit changes to github it seems that these changes do not automatically become the most recent file in the local history. Also when I use 'put label', it is also not the... -
创建于 how do you comment with line block?
已回答Right now that feature is grayed out and I cannot figure out how to ungray it. -
创建于 cannot run program from terminal using pycharm 2017
已回答I often run a program using terminal because that speeds things up by a factor of 3. I recently upgraded from a 2016 version of Pycharm to a 2017 version and now I can no longer run th... -
创建于 debugging, pycharm stops code at error
已回答Using pycharm 2.7 I used to have some feature activated where if there is an error, whether it be TypeError or IndexError, Pycharm would stop the code right at the place where the error is and then...