Skip to content

Instantly share code, notes, and snippets.

@omitobi
Created January 3, 2024 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omitobi/c51da78f7b591a22fcfba849077754de to your computer and use it in GitHub Desktop.
Save omitobi/c51da78f7b591a22fcfba849077754de to your computer and use it in GitHub Desktop.
Jetbrains Use cheatsheet
1. Search words matching
a. set[\s\S]*?Attribute - Searches for setHelloAttribute, setHiAttribute, etc any words starting with 'set' and 'Attributes'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment