In Visual Studio, you can write ///
to create an XML documentation comment above a C# method or class. The problem is that you have to manually type three slashes, which is too much for some developers at a company I work at. Therefore, someone has to go through all the files and manually add these comments every now and then.
Are there any settings or extensions or something that would allow us to automatically generate XML documentation? Ideally when saving a file?