Last active
March 10, 2022 20:02
-
-
Save samlucax/0ff842903571c9d2d734059b77f45615 to your computer and use it in GitHub Desktop.
Meus Snippets do Visual Studio Code
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
{ | |
"References Cypress": { | |
"prefix": "cyref", | |
"body": [ | |
"/// <reference types=\"cypress\" />" | |
], | |
"description": "Adiciona autocomplete comandos Cypress" | |
} | |
} |
André vc pode adicionar usando o atalho, CTRL + Shift + P ou no menu do VS Code ir em File > Preferences > User Snippets . Selecionar a linguagem do snippet que irá adicionar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Samuel, blz ?
Gostaria de saber como incluir o cyref ?
Valeu