Skip to content

Instantly share code, notes, and snippets.

View alimertcakar's full-sized avatar
💭
🏍️

Ali Mert Çakar alimertcakar

💭
🏍️
View GitHub Profile
@alimertcakar
alimertcakar / gist:1fa9b062a925641a475ad63a0f1bfa9b
Created December 28, 2023 12:38
VS Code find component with prop using regex
<Spinner[ \w=\{\}>\(\)\n;".-:]* loading
finds Spinner components containing the prop loading
<section[ \w=\{\}>\(\)\n;".-:]* className
finds section's containing the prop className
so on