dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
19.12k stars 4.04k forks source link

Support copy from documentation <code> elements when displayed in IntelliSense #54638

Open pakrym opened 3 years ago

pakrym commented 3 years ago

When a code snippet is included in the doc comment it would be great if the customer is able to copy it.

Related: https://github.com/dotnet/roslyn/issues/39154

scottaddie commented 3 years ago

Pavel and I heard this feedback from a customer during an Azure SDK for .NET user study today. The customer would rather stay in VS than navigate to a README or docs for this code snippet.

jinujoseph commented 3 years ago

Related to #52052 and #39154