-
Notifications
You must be signed in to change notification settings - Fork 867
Open
Milestone
Description
Is your feature request related to a problem? Please describe.
If you use special characters to document something on your Go code (ex: this, or this), no special rendering is done for it. Similar to what microsoft/vscode-cpptools#6020 reports for the C++ integration.
Ex: 
Describe the solution you'd like
A new configuration that would enable markdown rendering for a go project docstring, but just for the one shown when hovering.
Describe alternatives you've considered
Rendering using other formats or just having special cases for `` and ** without necessarily adding full markdown support.
Additional context
tkgalk