26 lines
792 B
JSON
26 lines
792 B
JSON
|
{
|
||
|
"FormattingOptions": {
|
||
|
"EnableEditorConfigSupport": true,
|
||
|
"OrganizeImports": true
|
||
|
},
|
||
|
"RoslynExtensionsOptions": {
|
||
|
"enableDecompilationSupport": true,
|
||
|
"enableImportCompletion": true,
|
||
|
"enableAnalyzersSupport": true,
|
||
|
"inlayHintsOptions": {
|
||
|
"enableForParameters": true,
|
||
|
"forLiteralParameters": true,
|
||
|
"forIndexerParameters": true,
|
||
|
"forObjectCreationParameters": true,
|
||
|
"forOtherParameters": true,
|
||
|
"suppressForParametersThatDifferOnlyBySuffix": false,
|
||
|
"suppressForParametersThatMatchMethodIntent": false,
|
||
|
"suppressForParametersThatMatchArgumentName": false,
|
||
|
"enableForTypes": true,
|
||
|
"forImplicitVariableTypes": true,
|
||
|
"forLambdaParameterTypes": true,
|
||
|
"forImplicitObjectCreation": true
|
||
|
}
|
||
|
}
|
||
|
}
|