I want to use a C# formatter in my VSC IDE.
E.g. CSharpier.
I am using Ubuntu.
But instead that it works instantly it doesnt work when I press
shift+ ctrl+ I
Sometimes it just says:
needs to be installed When I click it nothing happens.
Has anyone a idea?
Maybe this is important:
{
"workbench.colorTheme": "Default Dark+",
"security.workspace.trust.untrustedFiles": "open",
"explorer.confirmDragAndDrop": false,
"C_Cpp.intelliSenseEngine": "Disabled",
"clangd.path": "/home/oem/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/14.0.3/clangd_14.0.3/bin/clangd",
"cmake.configureOnOpen": true,
"editor.defaultFormatter": "csharpier.csharpier-vscode",
"[csharp]": {
"editor.defaultFormatter": "csharpier.csharpier-vscode"
},
"csharp.inlayHints.parameters.enabled": true,
"[cpp]": {
"editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd"
},
"window.zoomLevel": 1
}
Format:
shift + strg + I
But I think it may has something to do with .NET.. I didn't install it. I will try to install this .NET stuff again.

