Relative Content

Tag Archive for c#visual-studio-codedocumentation-generationauto-generate

Visual Studio Code – Typing /// does not autogenerate “summary”

On a new computer so I had to fresh install everything. In the past, when I typed “///” before a method, VS code would autogenerate a “summary” block that I could fill in with parameters, return types, exceptions, etc. Now, when I type ///, nothing happens. Language is C#, though I feel like that might not matter for this problem.