Skip to content

Instantly share code, notes, and snippets.

@0b1kn00b
Created February 5, 2025 09:59
Show Gist options
  • Save 0b1kn00b/0e61bafbe41dfab3d38e56bde643a365 to your computer and use it in GitHub Desktop.
Save 0b1kn00b/0e61bafbe41dfab3d38e56bde643a365 to your computer and use it in GitHub Desktop.
VsCode Regex for Haxe functions with no explicit return type.
s*((static|public|private|inline)\s+)+function(\s+)[a-z0-9_-]*(<[A-Z,]+>)\([^)]*\)\s*[^:]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment