{
  "Pattern Matching (is)": {
    "prefix": "cspattern",
    "body": [
      "if (${1:obj} is ${2:string} ${3:s})",
      "{",
      "    $0",
      "}"
    ],
    "description": "Match a value against a type or property pattern (C# 7.0+)"
  }
}
