-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Please do not deprecate #121
Comments
I activated that and I activate the line formatting when a line of code is finished, I don't want that. |
On the omnisharp plugin's repo, one of the authors stated that this plugin is "very aggressive" because it reads every keystroke. (And the omnisharp plugin is "lighter" as it uses the language server APIs.) But... even though this is more aggressive, I prefer it! It does exactly what we need! ❤️ |
Yep, strongly agree. As long as |
I'm using vscodium at the moment, and the Format On Type setting does not give me XML comments in a C# file. Maybe that is one of the Microsoft-isms in vscode that vscodium removed? Only this extension has worked. |
The readme says that now that
///
doccomment feature is available in vscode, that you will deprecate this plugin.Please don't.
For the vscode feature to work, one needs to set
"editor.formatOnType": true
. That is disabled by default, many people don't like it.This plugin however works even if that setting is disabled. So this plugin is better than the vscode feature.
The text was updated successfully, but these errors were encountered: