roslyn icon indicating copy to clipboard operation
roslyn copied to clipboard

Turn Semantic Snippets off by default

Open akhera99 opened this issue 1 year ago • 2 comments

Removes the feature flag.

akhera99 avatar Jan 11 '24 17:01 akhera99

I think this is a bad idea unless https://github.com/dotnet/roslyn/issues/67739, https://github.com/dotnet/roslyn/issues/71542 and https://github.com/dotnet/roslyn/issues/71570 are fixed. I am a big fun of semantic snippets myself yet I find these bugs extreamly annoying, especially the line endings one. If we turn on semantic snippets now we might get a good portion of hate and rejection of them in future as "something bad"

DoctorKrolic avatar Jan 11 '24 18:01 DoctorKrolic

I think this is a bad idea unless #67739, #71542 and #71570 are fixed. I am a big fun of semantic snippets myself yet I find these bugs extreamly annoying, especially the line endings one. If we turn on semantic snippets now we might get a good portion of hate and rejection of them in future as "something bad"

Yeah that makes a lot of sense. This was created under the assumption #67739 could be fixed within Roslyn, but it seems to be a platform bug. Changing the PR to turn semantic snippets off by default instead.

akhera99 avatar Jan 12 '24 18:01 akhera99