Something went wrong while setting issue due date.
Register Symbols of current File
I'd like to use the code outline extension for Haskell. As I understand it, one would typically register symbols (of the current file / whole project) with VSCode, and the code outline extension will use them to compute an outline.
Registering symbols would also allow one to use the goto symbol mechanism. As #50 is still open, getting all symbols of a project may not be possible at the moment, but maybe getting all symbols of the current file is -- which would suffice for that extension.