p1va
p1va
Apologies for the late reply and thank you :pray: for taking the time to look into this as it's by far the most requested feature. I heard many times people...
Is generating something like this what you are looking for? ```csharp /// /// The generic class /// /// The result public class GenericClass where TResult : class { } ///...
Thanks for flagging this :pray: Which template would you expect in this case? Was thinking about something like ```csharp /// /// Handles the [CancelKeyPress] event. /// ```
Thank you @Selectorsvt for looking into this :pray: Would you expect a similar behavior on interfaces as well?
I've also been experimenting [here](https://github.com/p1va/symbols) with LSP integration over MCP. Initially started it to support the official C# Language Server with its quirks but ended up using it with other...