スヴェルト

スヴェルトサポートは スヴェルトの拡張から利用できます。

インレイヒント

ゼッドは次のイニシャライゼーションオプションをインレイヒントに対して設定します。

"inlayHints": {
  "parameterNames": {
    "enabled": "all",
    "suppressWhenArgumentMatchesName": false
  },
  "parameterTypes": {
    "enabled": true
  },
  "variableTypes": {
    "enabled": true,
    "suppressWhenTypeMatchesName": false
  },
  "propertyDeclarationTypes": {
    "enabled": true
  },
  "functionLikeReturnTypes": {
    "enabled": true
  },
  "enumMemberValues": {
    "enabled": true
  }
}

設定でゼッドがインレイヒントを有効にした場合に、言語サーバーがインレイヒントを送信できるようにします。

を使用します。

"lsp": {
  "$LANGUAGE_SERVER_NAME": {
    "initialization_options": {
      "configuration": {
        "typescript": {
          ......
        },
        "javascript": {
          ......
        }
      }
    }
  }
}

これらの設定をオーバーライドします。

詳しくは https://github.com/microsoft/vscode/blob/main/extensions/typescript-language-features/package.json を参照してください。