You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@SLaks has created a Visual Studio Extension called Ref12.
It allows users to use F12 (Go to definition) on .Net and Roslyn types and methods.
He suggested we could create an HTTP API that exposed the assemblies for which we had source code. This would allow him to add support for Source Browser assemblies within his extension.
2 would be a URL that Ref12 would navigate users to, and would redirect users to the actual page with source.
Ref12 needs to be able to construct it from only the information that it has available (even from pre-Roslyn editors); this is the SymbolInfo class. I can add more properties to it if you want, but only if they can be constructed from all four resolvers (Roslyn ISymbol, legacy RQName, and legacy VB SyntaxNode; see my source).
It also needs to be a stable URL.
@SLaks has created a Visual Studio Extension called Ref12.
It allows users to use F12 (Go to definition) on .Net and Roslyn types and methods.
He suggested we could create an HTTP API that exposed the assemblies for which we had source code. This would allow him to add support for Source Browser assemblies within his extension.
We will need to do two things:
The text was updated successfully, but these errors were encountered: