Maciek Głuszak
- 活动总数 32
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 9
-
创建于 is there a way to make undo/redo work across all project files in pycharm?
I mean, when you edit code in one file and go to another file, ctrl+z will not work. I find this odd. Can i change it? -
创建于 add imported package to requirements not working
it just opens the requiremenents file and nothing happens wtf -
创建于 universal ctrl+z/y for all files
i noticed that ctrl+z/y works separately in each file. Can I make it to undo changes in all files? -
创建于 how to make variable value popup faster in debug mode
i mean after hoovering on the variable it takes several seconds after the popup shows up. is there a way to speed it up? -
创建于 noinspection PyUnusedImport not working
As on the screenshot, the warning is still displayed. What may be the reason? -
-
创建于 match case assistant for enums
已回答Is there a way to get the list of all possible enum values in the "match" clause? i mean, when i match an enum variable, i would like to get all the cases without having to type them one by one -
创建于 ignore todo items if the whole line is commented
已回答is there a way to make pycharm ignore #todo items if the whole line is commented? -
创建于 autopopup parameter info?
已回答Is there a way to make parameter info appear automatically if you edit a funciton call? I find hitting ctrl+P annoying and would like to get the popup when i start editing (just like in Visual Basi...