-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support goto-def taking you from an interceptor method to the location being intercepted. #73992
Support goto-def taking you from an interceptor method to the location being intercepted. #73992
Conversation
...rkspaces/SharedUtilitiesAndExtensions/Compiler/Core/Utilities/InterceptslocationUtilities.cs
Show resolved
Hide resolved
...rkspaces/SharedUtilitiesAndExtensions/Compiler/Core/Utilities/InterceptslocationUtilities.cs
Show resolved
Hide resolved
src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Utilities/Base64Utilities.cs
Show resolved
Hide resolved
...rkspaces/SharedUtilitiesAndExtensions/Compiler/Core/Utilities/InterceptslocationUtilities.cs
Show resolved
Hide resolved
src/EditorFeatures/Core/Navigation/AbstractDefinitionLocationService.cs
Outdated
Show resolved
Hide resolved
src/EditorFeatures/Core/Navigation/AbstractDefinitionLocationService.cs
Outdated
Show resolved
Hide resolved
src/EditorFeatures/Core/Navigation/AbstractDefinitionLocationService.cs
Outdated
Show resolved
Hide resolved
src/EditorFeatures/Core/Navigation/AbstractDefinitionLocationService.cs
Outdated
Show resolved
Hide resolved
src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/CompilerExtensions.projitems
Outdated
Show resolved
Hide resolved
…ilerExtensions.projitems
src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/CompilerExtensions.projitems
Outdated
Show resolved
Hide resolved
…ilerExtensions.projitems
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
private async Task<Dictionary<ImmutableArray<byte>, DocumentId>> ComputeContentHashToDocumentIdAsync(CancellationToken cancellationToken) | ||
{ | ||
var result = new Dictionary<ImmutableArray<byte>, DocumentId>(ImmutableArrayComparer<byte>.Instance); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doc'ed in followup.
@@ -5,6 +5,7 @@ | |||
#nullable disable | |||
|
|||
using System; | |||
using System.Collections.Immutable; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: How has a nullable disabled lasted this long in this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed in followup.
One of a few navigation improvements i'm making for interceptors. Currently that list is: