👨‍💻 dev find where I used the class as an object all over my project

development

fukurou

the supreme coder
ADMIN
To find where you’ve used a class as an object throughout your project in PyCharm, you can use the Find Usages feature. Here’s how you can do it:
  1. Select the Class: Place your cursor on the class name you want to search for.
  2. Find Usages: Right-click the class name and select Find Usages from the context menu, or press Alt + F71.
  3. Review Results: The results will appear in the Find tool window. You can group the results by files, packages, or directories to make it easier to navigate1.
Additionally, you can use the Find Usages dialog to refine your search:
  1. Open Find Usages Dialog: Press Ctrl + Alt + Shift + F7 to open the dialog.
  2. Configure Search Options: In the dialog, you can specify the scope of the search, such as the entire project or specific modules, and choose to search for text occurrences1.
This will help you locate all instances where the class is used as an object, allowing you to identify and modify those usages to static methods as needed.
If you need further assistance with specific steps or have any other questions, feel free to ask!
 

owly

闇の伝説
Staff member
戦闘 コーダー
I got 30 fucking search results on the Java ver, better get to it.
 

fukurou

the supreme coder
ADMIN
  1. Alerter
  2. AXTimeContextResponder
  3. Cron
  4. DiBurper
  5. DiEngager
  6. DiPetV3
  7. DiSneezer
  8. DiTime
  9. TimedMessages
  10. TimeUtils
  11. TrgEveryNMinutes
  12. TrgMinute
  13. TrgParrot
  14. TrgSnooze
  15. TrgTime
 

fukurou

the supreme coder
ADMIN
skills

  1. DiBurper
  2. DiEngager
  3. DiPetV3
  4. DiSneezer
  5. DiTime
ax

  1. Alerter
  2. AXTimeContextResponder
  3. Cron
  4. TimedMessages
  5. TimeUtils
  6. TrgEveryNMinutes
  7. TrgMinute
  8. TrgParrot
  9. TrgSnooze
  10. TrgTime
 

fukurou

the supreme coder
ADMIN
DiBurper
+DiEngager
DiPetV3
DiSneezer
+DiTime
ax

Alerter
AXTimeContextResponder
+Cron
+TimedMessages
TimeUtils
+TrgEveryNMinutes
+TrgMinute
TrgParrot
+TrgSnooze
+TrgTime

 
Top