Disable go inlay hints for type params (generics)
This commit is contained in:
@@ -89,7 +89,7 @@ return {
|
||||
compositeLiteralFields = false,
|
||||
compositeLiteralTypes = true,
|
||||
constantValues = true,
|
||||
functionTypeParameters = true,
|
||||
functionTypeParameters = false,
|
||||
parameterNames = false,
|
||||
rangeVariableTypes = true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user