Skip to content

Instantly share code, notes, and snippets.

@farid-mkh
Last active June 15, 2025 14:39
Show Gist options
  • Select an option

  • Save farid-mkh/c1b08b7a5a246a8352f6d184d057831d to your computer and use it in GitHub Desktop.

Select an option

Save farid-mkh/c1b08b7a5a246a8352f6d184d057831d to your computer and use it in GitHub Desktop.
github copilot tricks
Feature Keyboard Shortcut / Interaction
Autocomplete Code Suggestions Appears automatically as you type code.
Asking Technical Questions Start a comment with Q: followed by your question.
Generating Regular Expressions Describe the desired regex in a code comment.
Generating Unit Tests Describe the function to be tested in a code comment.
SQL Query Suggestions Describe the desired SQL query in a code comment.
Viewing Multiple Solutions Click on the ellipses (...) next to a suggestion, then select "Open GitHub Copilot."
Handling Multiple Conditions Provide multiple conditions within your code comments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment