SLaks

Results 82 comments of SLaks

For my existing extensibility (which may need to be modified to make this more possible), see https://github.com/SLaks/Ref12/blob/master/Ref12/Services/ReferenceSourceProvider.cs#L15

Alternatively, I could download the full symbol files on-demand, and open them in VS when you hit F12. However, I would still need to figure out where to go from...

Yes. Once I get the line number & filename from symbols, how/where do I display them?

What from? Do you mean to download the individual source files from SymbolSource? (do they host source or just symbols?) The problem with that approach is that it would be...

Also, ideally, I'd like to keep PDB logic server-side, so that addin itself would never actually download PDBs (for perf). In other words, create an index file (like `a.html`) mapping...

This is tricky, because VS reports types as they're defined in Reference Assemblies, which does not match the actual source. There is no way for the extension to bring you...

`auto-entities` can't do this; it's just rendering a single `todo-list` card, and has no control over its content.

@MartinHjelmare Fixed the PR template checklist @tsvi Why? AFAICT, this PR is orthogonal to #84464 and can be merged immediately. #116252 is also orthogonal to all of the PRs.

Yes; that's really annoying. I'd like to write a connect / express wrapper that allows middleware / route handlers to return promises, and the arity sniffing makes it more complicated....