ionide-vscode-fsharp icon indicating copy to clipboard operation
ionide-vscode-fsharp copied to clipboard

Info Panel shouldn't include hidden/compiler-generated types

Open baronfel opened this issue 2 years ago • 0 comments

image

All of the d__<NUMBER> and displayclass types don't need to be represented here.

Source code:

#r "nuget: Dapper"

open Dapper

use the info panel to navigate to the SqlMapper type on the Dapper namespace.

baronfel avatar Apr 23 '22 19:04 baronfel