Created
April 17, 2024 22:39
-
-
Save everaldomatias/0ee6e4b12a4541e31e48872a0490bfd9 to your computer and use it in GitHub Desktop.
Cody custom commands.
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
{ | |
"format": { | |
"description": "Format the code using WP coding standards", | |
"prompt": "Formate o código selecionado seguindo as melhores práticas (coding standards) propostas pelo WordPress, independente da linguagem usada.", | |
"context": { | |
"selection": true | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment