Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features don't seem to be functioning #29

Open
ChristopherBrownie opened this issue Sep 13, 2023 · 0 comments
Open

Features don't seem to be functioning #29

ChristopherBrownie opened this issue Sep 13, 2023 · 0 comments

Comments

@ChristopherBrownie
Copy link

ChristopherBrownie commented Sep 13, 2023

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
	},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant