Created
December 28, 2023 12:38
-
-
Save alimertcakar/1fa9b062a925641a475ad63a0f1bfa9b to your computer and use it in GitHub Desktop.
VS Code find component with prop using regex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Spinner[ \w=\{\}>\(\)\n;".-:]* loading | |
finds Spinner components containing the prop loading | |
<section[ \w=\{\}>\(\)\n;".-:]* className | |
finds section's containing the prop className | |
so on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment