Maciek Głuszak
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 9
-
Created 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? -
Created add imported package to requirements not working
it just opens the requiremenents file and nothing happens wtf -
Created 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? -
Created 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? -
Created noinspection PyUnusedImport not working
As on the screenshot, the warning is still displayed. What may be the reason? -
-
Created match case assistant for enums
AnsweredIs 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 -
Created ignore todo items if the whole line is commented
Answeredis there a way to make pycharm ignore #todo items if the whole line is commented? -
Created autopopup parameter info?
AnsweredIs 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...