Guest User

Untitled

a guest
May 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. [
  2. {
  3. "displayText": "@snippet1",
  4. "snippet": "Start typing to replace ${1:this text}.",
  5. "description": "A simple snippet."
  6. },
  7. {
  8. "displayText": "@snippet2",
  9. "snippet": "Replace ${1:this text} then hit tab to replace ${2:this other text}.",
  10. "description": "Another snippet."
  11. },
  12. {
  13. "displayText": "@snippet3",
  14. "snippet": "Start typing to replace ${1:multiple} ${1:text} ${1:simultaneously}. Then hit tab to ${2:do} ${2:it} ${2:again}.",
  15. "description": "Yet another snippet."
  16. },
  17. {
  18. "displayText": "@snippet4",
  19. "snippet": "You don't need filler text for your prompts. Start typing: $1 (notice where the cursor is).",
  20. "description": "Final snippet."
  21. }
  22. ]
Add Comment
Please, Sign In to add comment