Pycharm Search Everywhere function easily allows the user to search everywhere for source code in every file of the project. However it is not able to search for comments, is there a way around that problem?.
I usually leave important comments of lessons learned or links to stack overflow containing helpfull code, and would love a way to easily serach for these comments, when I forget where I wrote them.
Thanks for Reading
View source file structure By default, PyCharm shows all classes, methods, and other elements of the current file. To toggle the elements you want to show, click the corresponding buttons on the Structure tool window toolbar. to show class fields.
Select all occurrences: Shift + Ctrl + Alt + J (Ctrl + Cmd + G for Mac OS X)
Comment out multiple lines in Pycharm If we have to comment out multiple lines of code in Pycharm, we can select the lines to be commented out and then press ctrl+shift+/ . To uncomment the lines, we just have to select the lines and then again press ctrl+shift+/ .
Ctrl Shift F
Is a project wide text search. I think there's an option button to search comments
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With