Prevent Visual Studio from adding NotImplementedException when generating method
Is it possible to configure Visual Studio to not add the
I just want it to create an empty method.
throw new NotImplementedException(); line when generating methods via quick actions?I just want it to create an empty method.

