LSP-OmniSharp
LSP-OmniSharp copied to clipboard
Features don't seem to be functioning
sublime text 4 on windows.
The only feature that I can get to work is syntax highlighting such as "unnecessary using directive" or "; expected" type errors. Other LSP functions I can't seem to get working are code completion, go to definition, and C# formatting. Is anyone else running into this?
Here are my custom LSP settings:
{
"lsp_format_on_save": true,
"lsp_code_actions_on_save": {
"source.organizeImports": true
},
"semantic_highlighting": true
}
Here are my custom LSP Omnisharp settings:
{
"settings": {
"omnisharp.enableRoslynAnalyzers": true,
"omnisharp.organizeImportsOnFormat": true
},
}